Skip to content

Commit

Permalink
Update AVA conf, make it work with chai
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed May 7, 2017
1 parent bea0aa5 commit cfb6196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -31,7 +31,8 @@
"coverage": "nyc npm test"
},
"ava": {
"files": "test/**/*.test.js"
"files": "test/**/*.test.js",
"failWithoutAssertions": false
},
"dependencies": {
"balanced-match": "^0.4.2",
Expand Down

0 comments on commit cfb6196

Please sign in to comment.