Skip to content

Commit 8a2a6a0

Browse files
authored
Update test script to include coverage testing (#1749)
1 parent a87774d commit 8a2a6a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:e2e": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start 9966 'cypress run --browser $CYPRESS_BROWSER --headless'",
2828
"test:e2e:chrome": "CYPRESS_BROWSER=chrome npm run test:e2e",
2929
"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",
30+
"test": "npm run format:check && npm run lint && npm run test:coverage && npm run test:types && npm run test:e2e:chrome",
3131
"prepare": "npm run build",
3232
"prepublishOnly": "npm run test && npm run build",
3333
"release": "npm run build && changeset publish"

0 commit comments

Comments
 (0)