diff --git a/package.json b/package.json index 33310d2c..364cfe0b 100644 --- a/package.json +++ b/package.json @@ -115,9 +115,9 @@ }, "testEnvironment": "node", "testPathIgnorePatterns": [ - "/node_modules/", - "/lib/vscode", - "/out" + "node_modules", + "lib", + "out" ], "collectCoverage": true, "collectCoverageFrom": [ diff --git a/tsconfig.json b/tsconfig.json index a23926ab..6350ad0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,5 @@ "downlevelIteration": true }, "include": ["./src/**/*.ts"], - "exclude": ["test", "lib", "ci", "doc"] + "exclude": ["/test", "/lib", "/ci", "/doc"] }