From 95daafee0fd6a315da38b1ce48944f37dd2e905d Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 16 May 2022 19:26:57 -0700 Subject: Update serve.test.ts --- integration/bunjs-only-snippets/serve.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration/bunjs-only-snippets/serve.test.ts') diff --git a/integration/bunjs-only-snippets/serve.test.ts b/integration/bunjs-only-snippets/serve.test.ts index 099ac7b24..8b785dd25 100644 --- a/integration/bunjs-only-snippets/serve.test.ts +++ b/integration/bunjs-only-snippets/serve.test.ts @@ -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({ -- cgit v1.2.3