Skip to content

Commit

Permalink
chore: get rid of a custom TAP version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Yegupov committed Apr 8, 2019
1 parent 6a3fbc1 commit 7d8ab2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-arg=-r --node-arg=ts-node/register --test-file-pattern=/\\.[tj]s$/",
"tap": "tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"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 Expand Up @@ -101,7 +101,7 @@
"rimraf": "^2.6.3",
"sinon": "^4.0.0",
"strip-ansi": "^5.2.0",
"tap": "github:snyk/node-tap#alternative-runtimes",
"tap": "^12.6.1",
"tape": "^4.0.0",
"ts-node": "^8.0.0",
"tslint": "^5.14.0",
Expand Down

0 comments on commit 7d8ab2a

Please sign in to comment.