We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5274816 commit 66e05e5Copy full SHA for 66e05e5
test/jest.e2e.config.ts
@@ -7,7 +7,7 @@ const config: Config.InitialOptions = {
7
},
8
globalSetup: "<rootDir>/utils/globalSetup.ts",
9
testEnvironment: "node",
10
- testPathIgnorePatterns: ["node_modules", "lib", "out", "test/unit"],
+ testPathIgnorePatterns: ["/node_modules/", "/lib/", "/out/", "test/unit"],
11
testTimeout: 30000,
12
modulePathIgnorePatterns: [
13
"<rootDir>/../lib/vscode",
0 commit comments