mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
Update serve.test.ts
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user