We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295ae84 commit bfc3f17Copy full SHA for bfc3f17
package.json
@@ -7,7 +7,7 @@
7
"author": "Josh Justice <me@codingitwrong.com>",
8
"license": "Apache-2.0",
9
"scripts": {
10
- "test": "jest",
+ "test": "jest --watchAll",
11
"lint": "eslint \"{src,test}/*.js\"",
12
"format": "prettier --write \"{src,test}/*.js\"",
13
"docs:dev": "vuepress dev docs",
0 commit comments