Skip to content

Commit

Permalink
build: add path in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 28, 2019
1 parent f550f11 commit efa1950
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 @@ -23,7 +23,7 @@
"build": "rimraf lib && babel src -d lib",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "npm run build",
"test": "nyc ava"
"test": "nyc ava test/test-*.js"
},
"files": [
"lib/"
Expand Down

0 comments on commit efa1950

Please sign in to comment.