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
1 changed files with 2 additions and 2 deletions

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