Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fix test files globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Mar 30, 2018
1 parent d3342e8 commit 07022b8
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 @@ -7,7 +7,7 @@
"src/"
],
"scripts": {
"test": "ava test/**.test.js",
"test": "ava test/**/*.test.js",
"coverage": "nyc npm test"
},
"repository": {
Expand Down

0 comments on commit 07022b8

Please sign in to comment.