From 39929b20941dfbc452f29ebbb36b89d456a81331 Mon Sep 17 00:00:00 2001 From: Armano Date: Sun, 2 Feb 2020 18:14:01 +0100 Subject: [PATCH] test(typescript-estree): fix issue in jest config (#1559) --- packages/typescript-estree/jest.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/typescript-estree/jest.config.js b/packages/typescript-estree/jest.config.js index e69be1bf1f9..1f8266533cf 100644 --- a/packages/typescript-estree/jest.config.js +++ b/packages/typescript-estree/jest.config.js @@ -1,11 +1,6 @@ 'use strict'; module.exports = { - globals: { - 'ts-jest': { - isolatedModules: true, - }, - }, testEnvironment: 'node', transform: { '^.+\\.tsx?$': 'ts-jest', @@ -17,6 +12,7 @@ module.exports = { coverageReporters: ['text-summary', 'lcov'], globals: { 'ts-jest': { + isolatedModules: true, diagnostics: { // ignore the diagnostic error for the invalidFileErrors fixtures ignoreCodes: [5056],