Browse Source

Link to AVA

pull/2/head
Luke Childs 7 years ago
parent
commit
ef3d34f570
  1. 2
      README.md

2
README.md

@ -27,7 +27,7 @@ const myPackage = require('package-name')
## AVA Usage ## AVA Usage
Some tests runners such as AVA can require packages automatically for you. If you're using AVA add the following to your package.json: Some tests runners such as [AVA](https://github.com/avajs/ava) can require packages automatically for you. If you're using AVA add the following to your package.json:
```json ```json
"ava": { "ava": {

Loading…
Cancel
Save