Skip to content

Commit f229bd8

Browse files
committed
chore: fix testPathIgnorePatterns jest e2e config
1 parent c2e9afe commit f229bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest.e2e.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config: Config.InitialOptions = {
77
},
88
globalSetup: "<rootDir>/utils/globalSetup.ts",
99
testEnvironment: "node",
10-
testPathIgnorePatterns: ["node_modules", "lib", "out", "test/unit"],
10+
testPathIgnorePatterns: ["/node_modules/", "/lib/", "/out/", "test/unit"],
1111
testTimeout: 30000,
1212
modulePathIgnorePatterns: [
1313
"<rootDir>/../lib/vscode",

0 commit comments

Comments
 (0)