mirror of https://git.tuxpa.in/a/code-server.git
Move health route tests to routes directory
This commit is contained in:
parent
3243bb3552
commit
0e4672f6b9
|
@ -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
|
Loading…
Reference in New Issue