未验证 提交 14c5aecd 编写于 作者: J Joe Previte

chore: update ts config and jest config

上级 30442247
...@@ -115,9 +115,9 @@ ...@@ -115,9 +115,9 @@
}, },
"testEnvironment": "node", "testEnvironment": "node",
"testPathIgnorePatterns": [ "testPathIgnorePatterns": [
"/node_modules/", "node_modules",
"<rootDir>/lib/vscode", "lib",
"<rootDir>/out" "out"
], ],
"collectCoverage": true, "collectCoverage": true,
"collectCoverageFrom": [ "collectCoverageFrom": [
......
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
"downlevelIteration": true "downlevelIteration": true
}, },
"include": ["./src/**/*.ts"], "include": ["./src/**/*.ts"],
"exclude": ["test", "lib", "ci", "doc"] "exclude": ["/test", "/lib", "/ci", "/doc"]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册