Skip to content

Commit

Permalink
Make test --watch possible again
Browse files Browse the repository at this point in the history
  • Loading branch information
Calamari committed Apr 29, 2019
1 parent 99a6a81 commit 8955ee8
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 @@ -12,7 +12,7 @@
"dist": "rollup -c && cpy --rename stack-trace-parser.d.ts src/index.d.ts dist/ && cpy --rename stack-trace-parser.test-d.ts src/index.test-d.ts dist/",
"prepublish": "npm run dist",
"pretest": "npm run dist",
"test": "mocha --require ./mocha-babel-hook 'test/**/*.spec.js' && tsd",
"test": "tsd && mocha --require ./mocha-babel-hook 'test/**/*.spec.js'",
"lint": "eslint --fix '{src,test}/**/*.js'"
},
"keywords": [
Expand Down

0 comments on commit 8955ee8

Please sign in to comment.