mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
Move health route tests to routes directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as httpserver from "../utils/httpserver"
|
||||
import * as integration from "../utils/integration"
|
||||
import * as httpserver from "../../utils/httpserver"
|
||||
import * as integration from "../../utils/integration"
|
||||
|
||||
describe("health", () => {
|
||||
let codeServer: httpserver.HttpServer | undefined
|
||||
Reference in New Issue
Block a user