Skip to content

Commit 2153401

Browse files
committed
Add --watch-ignore flag to test-dev npm script
1 parent 35b62db commit 2153401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint --ext js,jsx .",
2626
"install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
2727
"test": "npm run install-test-webpack-versions && mocha --exit --require @babel/register",
28-
"test-dev": "npm run install-test-webpack-versions && mocha --watch --require @babel/register"
28+
"test-dev": "npm run install-test-webpack-versions && mocha --watch --watch-ignore test/output --require @babel/register"
2929
},
3030
"files": [
3131
"public",

0 commit comments

Comments
 (0)