Skip to content

Commit

Permalink
ignore dist directory while testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfajemisincabinetoffice committed Feb 17, 2025
1 parent 71522ea commit 0e4633f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
transform: {
"^.+.tsx?$": ["ts-jest",{}],
},
testPathIgnorePatterns: ['node_modules/', 'dist/'],
};

0 comments on commit 0e4633f

Please sign in to comment.