Skip to content

Commit

Permalink
Updating test ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Dec 5, 2024
1 parent f532e76 commit 097a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
testPathIgnorePatterns: [
"__tests__/data/*",
"__tests__/__mocks__/*",
"__tests__/api/lanes/*",
"__tests__/api/*",
],
moduleNameMapper: {
"^appConfig$": "<rootDir>/__tests__/data/appConfig.ts", // Adjust the path as needed
Expand Down

0 comments on commit 097a7cb

Please sign in to comment.