Merge pull request #20043 from backstage/rugvip/disable-fsevents

root: disable usage of fsevents in jest
This commit is contained in:
Patrik Oldsberg
2023-10-01 15:40:39 +02:00
committed by GitHub
3 changed files with 38 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@
"resolutions": {
"@types/react": "^17",
"@types/react-dom": "^17",
"jest-haste-map@^29.4.3": "patch:jest-haste-map@npm%3A29.4.3#./.yarn/patches/jest-haste-map-npm-29.4.3-19b03fcef3.patch",
"mock-fs@^5.2.0": "patch:mock-fs@npm%3A5.2.0#./.yarn/patches/mock-fs-npm-5.2.0-5103a7b507.patch"
},
"version": "1.19.0-next.0",