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. --- jest.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'jest.config.js') 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', -- cgit v1.2.3