Skip to content

Commit

Permalink
ci: configure jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierniki committed Oct 11, 2023
1 parent 0e4cdd3 commit c8829f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
setupFilesAfterEnv: ["@testing-library/jest-dom/extend-expect"],
testEnvironment: "jest-environment-jsdom",
modulePathIgnorePatterns: ["<rootDir>/dist/"],
testPathIgnorePatterns: ["<rootDir>/e2e"],
testPathIgnorePatterns: ["<rootDir>/src/e2e"],
}

export default createJestConfig(config)

0 comments on commit c8829f9

Please sign in to comment.