aboutsummaryrefslogtreecommitdiff
path: root/jsdom-workaround.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--jsdom-workaround.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jsdom-workaround.js b/jsdom-workaround.js
deleted file mode 100644
index 63e15a8..0000000
--- a/jsdom-workaround.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// Workaround for jsdom issue: https://github.com/jsdom/jsdom/issues/2961
-if (typeof globalThis === 'undefined') {
- global.globalThis = global;
-}