Skip to content

Commit

Permalink
fix: ignore build output from jest
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Feb 24, 2025
1 parent d7715f0 commit 3b3790c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module.exports = {
modulePathIgnorePatterns: [
'<rootDir>/dist/',
'<rootDir>/package/',
'<rootDir>/public/'
],

setupFilesAfterEnv: ['./jest.setup.js', 'jest-sinon'],
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/**/*.spec.{js,mjs}'],
Expand Down

0 comments on commit 3b3790c

Please sign in to comment.