We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.js
import test from 'ava'; function foo() { return Promise.resolve(true); } test('foo', async t => { t.plan(1); t.ok(await foo() === false); });
output
Error: Line 1: Unexpected identifier at Test.<anonymous> (/.../test.js:9:4) at step (/.../test.js:5:273)