Skip to content

Commit 97b2f07

Browse files
committed
chore: override jasmine-core dependency to fix unit test issues in Safari
1 parent fa0f7f1 commit 97b2f07

File tree

2 files changed

+224
-338
lines changed

2 files changed

+224
-338
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,10 @@
6161
"yarn": "Please use pnpm instead of yarn to install dependencies",
6262
"pnpm": "^10.7.0"
6363
},
64+
"pnpm": {
65+
"overrides": {
66+
"jasmine-core": "$jasmine-core"
67+
}
68+
},
6469
"packageManager": "[email protected]"
6570
}

0 commit comments

Comments
 (0)