Skip to content

Commit 8618a5d

Browse files
committed
Skip bigint test for now.
1 parent a923381 commit 8618a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test('supports optional catch', function (t) {
6666
t.end()
6767
})
6868

69-
test('supports bigint', function (t) {
69+
test.skip('supports bigint', function (t) {
7070
t.doesNotThrow(function () {
7171
acorn.parse('50n ** 50n')
7272
})

0 commit comments

Comments
 (0)