Skip to content

Commit efa1950

Browse files
committed
build: add path in test script
1 parent f550f11 commit efa1950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "rimraf lib && babel src -d lib",
2424
"coverage": "nyc report --reporter=text-lcov | coveralls",
2525
"pretest": "npm run build",
26-
"test": "nyc ava"
26+
"test": "nyc ava test/test-*.js"
2727
},
2828
"files": [
2929
"lib/"

0 commit comments

Comments
 (0)