Skip to content

Commit

Permalink
chore: run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Yegupov authored and gjvis committed Apr 2, 2019
1 parent cd9808d commit 09e3dab
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 @@ -27,7 +27,7 @@
"eslint": "eslint -c .eslintrc src",
"tslint": "tslint --project tsconfig.json --format stylish --exclude **/src/**/*.js",
"prepare": "npm run build",
"tap": "tap test/*.test.* -Rspec --timeout=300 --node-path ts-node --test-file-pattern '/\\.[tj]s$/'",
"tap": "tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register --test-file-pattern=/\\.[tj]s$/",
"test": "npm run test-common && npm run tap",
"test-common": "npm run check-tests && npm run lint && node --require ts-node/register src/cli test --org=snyk",
"lint": "npm run eslint && npm run tslint",
Expand Down

0 comments on commit 09e3dab

Please sign in to comment.