1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-28 21:25:25 +00:00

Move health route tests to routes directory

This commit is contained in:
Asher 2021-05-05 10:43:54 -05:00
parent 3243bb3552
commit 0e4672f6b9
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -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