mirror of
https://github.com/coder/code-server.git
synced 2026-05-13 15:57:27 +02:00
chore: update ts config and jest config
This commit is contained in:
@@ -115,9 +115,9 @@
|
||||
},
|
||||
"testEnvironment": "node",
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"<rootDir>/lib/vscode",
|
||||
"<rootDir>/out"
|
||||
"node_modules",
|
||||
"lib",
|
||||
"out"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
|
||||
Reference in New Issue
Block a user