Skip to content

Commit

Permalink
refactor(jest): remove 'node' from moduleFileExtensions in jest.confi…
Browse files Browse the repository at this point in the history
…g.js
  • Loading branch information
JeelRajodiya committed Jan 12, 2025
1 parent 5618c7c commit 19325be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
collectCoverageFrom: ['scripts/**/*.ts'],
coveragePathIgnorePatterns: ['scripts/compose.ts', 'scripts/tools/categorylist.ts', 'scripts/tools/tags-color.ts'],
testMatch: ['**/tests/**/*.test.*', '!**/netlify/**/*.test.*'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json']
};

export default config;

0 comments on commit 19325be

Please sign in to comment.