From bd259ff53a47d8b32fda66fddd0fd382e410e26c Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 1 Aug 2020 10:53:29 +0300 Subject: test: disable demo project tests otherwise, node 10 is broken on CI. see jsdom/jsdom#2961 for details. --- jsdom-workaround.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 jsdom-workaround.js (limited to 'jsdom-workaround.js') 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; -} -- cgit v1.2.3