Skip to content

Commit

Permalink
Remove deprecated globals field in Jest config (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Oct 23, 2024
1 parent 436f966 commit 4a91f61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions calc/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ module.exports = {
coverageDirectory: 'coverage',
testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'],
coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/' ],
globals: {
'ts-jest': {
packageJson: 'package.json',
},
transform: {
'^.+\\.test\\.ts$': 'ts-jest',
},
};

0 comments on commit 4a91f61

Please sign in to comment.