Skip to content

Commit

Permalink
adding testPathIgnorePatterns for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Muta-Jonathan committed Dec 17, 2024
1 parent cdd6bf6 commit 9a06740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ module.exports = {
dexie: require.resolve('dexie'),
},
setupFilesAfterEnv: ['<rootDir>/src/setup-tests.ts'],
testPathIgnorePatterns: [
"/node_modules/",
"/e2e/" // Ignore the e2e directory containing Playwright tests
],
testEnvironment: 'jsdom',
};

0 comments on commit 9a06740

Please sign in to comment.