Skip to content

Commit

Permalink
Config syntax more closely matches jest examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Oct 22, 2024
1 parent 188dea9 commit 96a1e83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions calc/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ module.exports = {
testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'],
coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/' ],
transform: {
'^.+\\.test\\.ts$': [
'ts-jest', {
packageJson: 'package.json',
}
],
'^.+\\.test\\.ts$': 'ts-jest',
},
};

0 comments on commit 96a1e83

Please sign in to comment.