We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a2e5d commit ac0d75dCopy full SHA for ac0d75d
readme.md
@@ -66,6 +66,8 @@ Alternatively you can install `ava` manually:
66
npm install --save-dev ava
67
```
68
69
+*Make sure to install AVA locally. As of AVA 4 it can no longer be run globally.*
70
+
71
Don't forget to configure the `test` script in your `package.json` as per above.
72
73
### Create your test file
0 commit comments