Skip to content

Commit

Permalink
chore: change ts-jest to swc and ignore node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vjfuenzalida committed Jul 29, 2024
1 parent aee7e60 commit 05e9cd3
Show file tree
Hide file tree
Showing 5 changed files with 4,375 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ vendor
venv
**/DS_Store/*
**/.DS_Store/*
**/node_modules
2 changes: 1 addition & 1 deletion TypeScript/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
coverageDirectory: 'coverage',
coverageProvider: 'v8',
transform: {
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.tsx?$': '@swc/jest',
},
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/' } ),
};
Loading

0 comments on commit 05e9cd3

Please sign in to comment.