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 6e6a4dc commit 7b49241Copy full SHA for 7b49241
package.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"scripts": {
9
"dev": "webpack serve --mode development --open --hot",
10
- "test": "jest --env=jsdom",
+ "test": "jest --env=jsdom react-scripts test -u",
11
"build": "webpack --mode production",
12
"lint": "eslint src/**/*.jsx --fix",
13
"prepare": "husky install"
0 commit comments