We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3243bb3 commit 0e4672fCopy full SHA for 0e4672f
test/unit/health.test.ts renamed to test/unit/routes/health.test.ts
@@ -1,5 +1,5 @@
1
-import * as httpserver from "../utils/httpserver"
2
-import * as integration from "../utils/integration"
+import * as httpserver from "../../utils/httpserver"
+import * as integration from "../../utils/integration"
3
4
describe("health", () => {
5
let codeServer: httpserver.HttpServer | undefined
0 commit comments