Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 24dab8c

Browse files
authored
fix: Fix the problem with combineCoverage and coverageReport tasks in cypress tests (#1387)
Fix the problem with combineCoverage and coverageReport tasks in cypress tests
1 parent 7b5decf commit 24dab8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/functional/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"typescript": "^5.0.2",
2626
"webpack": "^5.77.0",
2727
"webpack-cli": "^5.0.1"
28+
},
29+
"resolutions": {
30+
"@cypress/code-coverage/istanbul-lib-coverage": "^3.2.0"
2831
}
2932
}

0 commit comments

Comments
 (0)