Skip to content

Commit

Permalink
Fix static jest tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbicus committed Nov 19, 2024
1 parent c664bab commit 5aed039
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ const config: Config = {
// ],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [
// "/node_modules/"
// ],
testPathIgnorePatterns: ['/node_modules/', '/tests/'],

// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],
Expand Down

0 comments on commit 5aed039

Please sign in to comment.