Add @types/mocha dev dependency in health check

This commit is contained in:
Michael Lumish 2025-01-27 15:26:06 -08:00
parent 854c15e113
commit ffcb67cfa4
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@grpc/grpc-js": "file:../grpc-js",
"@types/mocha": "^10.0.10",
"typescript": "^5.2.2"
}
}