mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Fix tests failing due to collisions in release
This commit is contained in:
parent
4f16087a94
commit
3f837d3036
1 changed files with 4 additions and 1 deletions
|
|
@ -139,6 +139,9 @@
|
|||
"global": {
|
||||
"lines": 40
|
||||
}
|
||||
}
|
||||
},
|
||||
"modulePathIgnorePatterns": [
|
||||
"<rootDir>/release"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue