diff --git a/packages/testwatch/package.json b/packages/testwatch/package.json index 2a958a3..2670e3c 100644 --- a/packages/testwatch/package.json +++ b/packages/testwatch/package.json @@ -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"