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.
1 parent 576f534 commit 01bc445Copy full SHA for 01bc445
readme.md
@@ -71,7 +71,7 @@ Don't forget to configure the `test` script in your `package.json` as per above.
71
Create a file named `test.js` in the project root directory:
72
73
```js
74
-const test = require('ava');
+import test from 'ava';
75
76
test('foo', t => {
77
t.pass();
0 commit comments