Skip to content

Commit 39929b2

Browse files
authored
test(typescript-estree): fix issue in jest config (typescript-eslint#1559)
1 parent 95174d5 commit 39929b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/typescript-estree/jest.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
'use strict';
22

33
module.exports = {
4-
globals: {
5-
'ts-jest': {
6-
isolatedModules: true,
7-
},
8-
},
94
testEnvironment: 'node',
105
transform: {
116
'^.+\\.tsx?$': 'ts-jest',
@@ -17,6 +12,7 @@ module.exports = {
1712
coverageReporters: ['text-summary', 'lcov'],
1813
globals: {
1914
'ts-jest': {
15+
isolatedModules: true,
2016
diagnostics: {
2117
// ignore the diagnostic error for the invalidFileErrors fixtures
2218
ignoreCodes: [5056],

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy