mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
feat: add globalSetup for testing
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
"modulePathIgnorePatterns": [
|
||||
"<rootDir>/release"
|
||||
],
|
||||
"testTimeout": 30000
|
||||
"testTimeout": 30000,
|
||||
"globalSetup": "<rootDir>/test/globalSetup.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user