Skip to content

Commit

Permalink
fix(tests): fix jest tests running playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Aug 4, 2024
1 parent 43a1b88 commit 153d15d
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 @@ -6,7 +6,7 @@ const config = {
verbose: true,
setupFiles: ['dotenv/config'],
resetMocks: true,
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', 'e2e'],
transform: {
'^.+\\.(ts|js)$': 'ts-jest',
},
Expand Down

0 comments on commit 153d15d

Please sign in to comment.