Skip to content

Commit d68d3e7

Browse files
author
Luca Forstner
committed
Remove unnecessary jest config used for debugging
1 parent e9568d8 commit d68d3e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/utils/jest.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ module.exports = {
66
'^.+\\.ts$': 'ts-jest',
77
'^.+\\.js$': 'ts-jest',
88
},
9-
globals: {
10-
'ts-jest': {
11-
tsconfig: '<rootDir>/tsconfig.test.json',
12-
},
13-
__DEBUG_BUILD__: true,
14-
},
159
};

0 commit comments

Comments
 (0)