We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87774d commit 8a2a6a0Copy full SHA for 8a2a6a0
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"test:e2e": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start 9966 'cypress run --browser $CYPRESS_BROWSER --headless'",
28
"test:e2e:chrome": "CYPRESS_BROWSER=chrome npm run test:e2e",
29
"test:e2e:dev": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start 9966 'cypress open'",
30
- "test": "npm run format:check && npm run lint && npm run test:unit && npm run test:types && npm run test:e2e:chrome",
+ "test": "npm run format:check && npm run lint && npm run test:coverage && npm run test:types && npm run test:e2e:chrome",
31
"prepare": "npm run build",
32
"prepublishOnly": "npm run test && npm run build",
33
"release": "npm run build && changeset publish"
0 commit comments