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 ae91367 commit d1732c4Copy full SHA for d1732c4
package.json
@@ -24,8 +24,8 @@
24
"prettier": "prettier \"**/*.+(js|jsx|json|yml|yaml|css|ts|tsx|md|mdx)\"",
25
"semantic-release": "semantic-release",
26
"storybook": "start-storybook -s ./public/static -p 6006",
27
- "test:watch": "jest --watch",
28
- "test": "jest --coverage",
+ "test:watch": "yarn jest --watch",
+ "test": "jest --coverage --runInBand",
29
"ts-coverage": "typescript-coverage-report",
30
"postinstall": "husky install"
31
},
0 commit comments