We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f56555 commit 876ef52Copy full SHA for 876ef52
.gitignore
@@ -20,3 +20,5 @@ terraform/.terraform/
20
21
storybook-static
22
duplicates.json
23
+
24
+coverage
package.json
@@ -12,7 +12,7 @@
12
"build:client": "cross-env NODE_ENV=production webpack --config webpack/config.prod.js",
13
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
14
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
15
- "test": "jest",
+ "test": "jest --coverage",
16
"test:ci": "npm run lint && npm run test",
17
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
18
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",
0 commit comments