Skip to content

Commit

Permalink
feat: add test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicho authored and MoLow committed Jun 16, 2023
1 parent 5968235 commit 4357fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/testwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"bin": "./index.js",
"scripts": {
"test": "node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=../github/index.js --test-reporter-destination=stdout --test tests/index.test.js"
"test": "node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=../github/index.js --test-reporter-destination=stdout --test tests/index.test.js",
"test:watch": "testwatch tests/index"
},
"bugs": {
"url": "https://github.com/MoLow/reporters/issues"
Expand Down

0 comments on commit 4357fbd

Please sign in to comment.