We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5a1c9 commit c1a4c78Copy full SHA for c1a4c78
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