Skip to content

Commit 14c5aec

Browse files
committed
chore: update ts config and jest config
1 parent 3044224 commit 14c5aec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
},
116116
"testEnvironment": "node",
117117
"testPathIgnorePatterns": [
118-
"/node_modules/",
119-
"<rootDir>/lib/vscode",
120-
"<rootDir>/out"
118+
"node_modules",
119+
"lib",
120+
"out"
121121
],
122122
"collectCoverage": true,
123123
"collectCoverageFrom": [

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"downlevelIteration": true
2020
},
2121
"include": ["./src/**/*.ts"],
22-
"exclude": ["test", "lib", "ci", "doc"]
22+
"exclude": ["/test", "/lib", "/ci", "/doc"]
2323
}

0 commit comments

Comments
 (0)