Skip to content

Commit

Permalink
Attempt to fix the jest error
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Armes <[email protected]>
  • Loading branch information
kristenarmes committed Dec 9, 2023
1 parent ce150e6 commit 4caeb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/amundsen_application/static/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
setupFiles: ['<rootDir>/test-setup.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.js$': 'babel-jest',
'^.+\\.c?js$': 'babel-jest',
},
testRegex: '(test|spec)\\.(j|t)sx?$',
moduleDirectories: ['node_modules', 'js'],
Expand Down

0 comments on commit 4caeb73

Please sign in to comment.