Skip to content

Commit

Permalink
stop AVA searching other directories for tests (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Aug 23, 2018
1 parent 2a6bcd5 commit 6e52bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"prepublishOnly": "gulp clean && cross-env NODE_ENV=production npm run test",
"test:debug": "cross-env NODE_ENV=development npm run test",
"test": "gulp && ava --verbose"
"test": "gulp && ava --verbose ./test"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.40",
Expand Down

0 comments on commit 6e52bff

Please sign in to comment.