diff --git a/test/subscript.js b/test/subscript.js index e7680d6..fbe9d0d 100644 --- a/test/subscript.js +++ b/test/subscript.js @@ -571,7 +571,7 @@ test('stdlib cases', t => { is(subscript('Math.pow(a, 3) / 2 + b * 2 - 1')({ Math, a: 1, b: 1 }), 1.5) }) -test('ext: collect args', async t => { +test.skip('ext: collect args', async t => { const { lookup, default: script } = await import('../justin.js') let args = [], id = parse.id