mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
fix: update testPathIgnorePatterns for jest
This commit is contained in:
parent
608871eba1
commit
445d7d6e03
1 changed files with 3 additions and 3 deletions
|
|
@ -121,9 +121,9 @@
|
|||
},
|
||||
"testEnvironment": "node",
|
||||
"testPathIgnorePatterns": [
|
||||
"node_modules",
|
||||
"lib",
|
||||
"out"
|
||||
"/node_modules/",
|
||||
"/lib/",
|
||||
"/out/"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue