Skip to content

Commit

Permalink
fix: hoisting per level + memoize fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Aug 10, 2018
1 parent c48f7b8 commit 31847b0
Show file tree
Hide file tree
Showing 24 changed files with 1,394 additions and 1,749 deletions.
2 changes: 1 addition & 1 deletion e2e/__templates__/with-babel-6/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
moduleFileExtensions: ['ts', 'js'],
testEnvironment: 'node',
globals: { 'ts-jest': { tsConfig: {}, useBabelJest: true } },
globals: { 'ts-jest': { tsConfig: {}, babelJest: true } },
};
2 changes: 1 addition & 1 deletion e2e/__templates__/with-babel-7/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
moduleFileExtensions: ['ts', 'js'],
testEnvironment: 'node',
globals: { 'ts-jest': { tsConfig: {}, useBabelJest: true } },
globals: { 'ts-jest': { tsConfig: {}, babelJest: true } },
};
Loading

0 comments on commit 31847b0

Please sign in to comment.