diff options
| author | Uri Shaked | 2020-08-01 10:53:29 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-08-01 10:53:29 +0300 |
| commit | bd259ff53a47d8b32fda66fddd0fd382e410e26c (patch) | |
| tree | b1a96a991a8fc9f4170a8e610bd1927ab6dea42a /jsdom-workaround.js | |
| parent | chore(deps): bump elliptic from 6.5.1 to 6.5.3 (#57) (diff) | |
| download | avr8js-bd259ff53a47d8b32fda66fddd0fd382e410e26c.tar.gz avr8js-bd259ff53a47d8b32fda66fddd0fd382e410e26c.tar.bz2 avr8js-bd259ff53a47d8b32fda66fddd0fd382e410e26c.zip | |
test: disable demo project tests
otherwise, node 10 is broken on CI. see jsdom/jsdom#2961 for details.
Diffstat (limited to '')
| -rw-r--r-- | jsdom-workaround.js | 4 |
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; -} |
