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
@@ -16,7 +16,6 @@
import '@testing-library/jest-dom';
// eslint-disable-next-line no-restricted-imports
import { TextDecoder, TextEncoder } from 'util';
import 'cross-fetch/polyfill';
// These are missing from jest-node, so not available on global.
Object.defineProperty(global, 'TextEncoder', {