Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Feb 8, 2019
2 parents a3aec6b + 61a5e95 commit 8a87547
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 @@ -52,7 +52,7 @@
"test:mocha:mjs": "mocha -r ./env/register-babel ./dist/mjs/test/tests/**/*.js --exclude **/src/**",
"test:mocha:js": "mocha -r ./env/register-tests ./dist/js/test/tests/**/*.js --exclude **/src/**",
"test": "npm run test:mocha:mjs && npm run test:mocha:js",
"test:all": "npm run lint && npm run clean && test:mocha:src && npm run build && test:mocha:mjs && test:mocha:js",
"test:all": "npm run lint && npm run clean && npm run test:mocha:src && npm run build && npm run test:mocha:mjs && npm run test:mocha:js",
"test:all:coverage": "npm run lint && npm run clean && npm run build && npm run coverage && nyc check-coverage --lines 100 --functions 100 --branches 100",
"watch:mocha": "mocha -r ./env/register-babel ./src/test/tests/**/*.js --exclude **/src/** --watch --watch-extensions \"js){100}|^(((?!([\\\\/](dist|tmp|node_modules|\\.[^\\\\/]*)[\\\\/]|\\.(log|bak)$)).)*\"",
"perf:mocha": "mocha -r ./env/register-babel ./src/test/performance",
Expand Down

0 comments on commit 8a87547

Please sign in to comment.