aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorUri Shaked2020-08-01 10:53:29 +0300
committerUri Shaked2020-08-01 10:53:29 +0300
commitbd259ff53a47d8b32fda66fddd0fd382e410e26c (patch)
treeb1a96a991a8fc9f4170a8e610bd1927ab6dea42a /jest.config.js
parentchore(deps): bump elliptic from 6.5.1 to 6.5.3 (#57) (diff)
downloadavr8js-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--jest.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index 1172605..e972c2d 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,7 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
- setupFiles: ['./jsdom-workaround.js'],
globals: {
'ts-jest': {
tsConfig: 'tsconfig.spec.json',