Skip to content

Commit 31847b0

Browse files
committed
fix: hoisting per level + memoize fix
1 parent c48f7b8 commit 31847b0

24 files changed

Lines changed: 1394 additions & 1749 deletions

e2e/__templates__/with-babel-6/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = {
55
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
66
moduleFileExtensions: ['ts', 'js'],
77
testEnvironment: 'node',
8-
globals: { 'ts-jest': { tsConfig: {}, useBabelJest: true } },
8+
globals: { 'ts-jest': { tsConfig: {}, babelJest: true } },
99
};

e2e/__templates__/with-babel-7/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = {
55
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
66
moduleFileExtensions: ['ts', 'js'],
77
testEnvironment: 'node',
8-
globals: { 'ts-jest': { tsConfig: {}, useBabelJest: true } },
8+
globals: { 'ts-jest': { tsConfig: {}, babelJest: true } },
99
};

0 commit comments

Comments
 (0)