Update serve.test.ts

This commit is contained in:
Jarred Sumner
2022-05-16 19:26:57 -07:00
parent 37e4848c6f
commit 95daafee0f

View File

@@ -3,7 +3,7 @@ import { expect, it } from "bun:test";
import { readFileSync } from "fs";
import { resolve } from "path";
var port = 60000;
var port = 40000;
it("should work for a hello world", async () => {
const server = serve({