mirror of
https://github.com/Dokploy/cli.git
synced 2026-07-03 21:15:22 +02:00
feat: add check server command
This commit is contained in:
15
.mocharc.json
Normal file
15
.mocharc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"require": [
|
||||
"ts-node/register"
|
||||
],
|
||||
"watch-extensions": [
|
||||
"ts"
|
||||
],
|
||||
"recursive": true,
|
||||
"reporter": "spec",
|
||||
"timeout": 60000,
|
||||
"node-option": [
|
||||
"loader=ts-node/esm",
|
||||
"experimental-specifier-resolution=node"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user