Skip to content

Commit 2b98342

Browse files
committed
Ignore 'pkg' directory in tests.
1 parent ca346e3 commit 2b98342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ module.exports = {
2020
transform: { "^.+\\.js$": "babel-jest" },
2121
projects: ["<rootDir>/packages/*"],
2222
setupFiles: ["<rootDir>/jest.setup.js"],
23+
testPathIgnorePatterns: ["/node_modules/", "/pkg/"],
2324
}

0 commit comments

Comments
 (0)