chore: remove cross-fetch dep from plugins

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-06-13 16:25:53 +02:00
parent 5d8771e99d
commit 018553e29f
111 changed files with 4 additions and 115 deletions
-1
View File
@@ -108,7 +108,6 @@
"@types/humanize-duration": "^3.18.1",
"@types/json-schema": "^7.0.9",
"@types/node": "^16.11.26",
"cross-fetch": "^3.1.5",
"msw": "^1.0.0"
},
"files": [
-1
View File
@@ -15,7 +15,6 @@
*/
import '@testing-library/jest-dom';
import 'cross-fetch/polyfill';
const { EventSourcePolyfill } = jest.requireMock('event-source-polyfill');
global.EventSource = EventSourcePolyfill;