Skip to content

Commit f3ced24

Browse files
tests: only test .js files
1 parent ccc8dcf commit f3ced24

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
@@ -146,7 +146,7 @@
146146
"docs": "node ./scripts/docs.js",
147147
"lint": "jshint lib/ system-test/ test/ && jscs lib/ system-test/ test/",
148148
"test": "npm run docs && mocha test/*/*.js test/index.js test/docs.js",
149-
"system-test": "mocha system-test/* --no-timeouts --bail",
149+
"system-test": "mocha system-test/*.js --no-timeouts --bail",
150150
"coveralls": "istanbul cover _mocha --report lcovonly -- --no-timeouts --bail test/**/*.js -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
151151
},
152152
"license": "Apache-2.0",

0 commit comments

Comments
 (0)