Skip to content

Commit c1a4c78

Browse files
committed
Move health route tests to routes directory
1 parent af5a1c9 commit c1a4c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/health.test.ts renamed to test/unit/routes/health.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as httpserver from "../utils/httpserver"
2-
import * as integration from "../utils/integration"
1+
import * as httpserver from "../../utils/httpserver"
2+
import * as integration from "../../utils/integration"
33

44
describe("health", () => {
55
let codeServer: httpserver.HttpServer | undefined

0 commit comments

Comments
 (0)