We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca346e3 commit 2b98342Copy full SHA for 2b98342
jest.config.js
@@ -20,4 +20,5 @@ module.exports = {
20
transform: { "^.+\\.js$": "babel-jest" },
21
projects: ["<rootDir>/packages/*"],
22
setupFiles: ["<rootDir>/jest.setup.js"],
23
+ testPathIgnorePatterns: ["/node_modules/", "/pkg/"],
24
}
0 commit comments