We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f154e2 commit 332ac1eCopy full SHA for 332ac1e
package.json
@@ -27,7 +27,7 @@
27
"start": "http-server ./sandbox/ -p 8888 -c-1",
28
"test:clean": "jest --no-cache --updateSnapshot --verbose --coverage --config jest.config.js",
29
"test:watch": "jest --verbose --coverage --watchAll --config jest.config.js",
30
- "test": "jest --verbose --coverage --env=jsdom --config=jest.config.js",
+ "test": "jest --verbose --coverage --env jsdom --config jest.config.js",
31
"sandbox": "npm run dist:sandbox && npm run start",
32
"prettier": "prettier --write test/**/*"
33
},
0 commit comments