Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca20023

Browse files
committed
remove temporary isolated modules in tests
1 parent 46613cc commit ca20023

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/eslint-plugin/jest.config.js

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

33
module.exports = {
4-
globals: {
5-
'ts-jest': {
6-
// TODO - re-enable type checking when the build is working
7-
isolatedModules: true
8-
}
9-
},
104
testEnvironment: 'node',
115
transform: {
126
'^.+\\.tsx?$': 'ts-jest'

0 commit comments

Comments
 (0)