Skip to content

Commit 024e41d

Browse files
committed
chore: upgrades cypress coverage
1 parent 5a80b28 commit 024e41d

File tree

3 files changed

+160
-60
lines changed

3 files changed

+160
-60
lines changed

cypress/support/e2e.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
// Import commands.js using ES2015 syntax:
1717
import '@chromatic-com/cypress/dist/support';
18-
import '@cypress/code-coverage/support';
1918
import './commands';
2019

2120
// Alternatively you can use CommonJS syntax:

package-lock.json

Lines changed: 159 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/preset-react": "^7.26.0",
3535
"@babel/preset-typescript": "^7.26.0",
3636
"@chromatic-com/cypress": "^0.11.3",
37-
"@cypress/code-coverage": "^3.14.7",
37+
"@cypress/code-coverage": "^4.0.1",
3838
"@stryker-mutator/core": "^9.0.1",
3939
"@stryker-mutator/jest-runner": "^9.0.1",
4040
"@stryker-mutator/typescript-checker": "^9.0.1",

0 commit comments

Comments
 (0)