diff options
author | 2022-05-16 19:26:57 -0700 | |
---|---|---|
committer | 2022-05-16 19:26:57 -0700 | |
commit | 95daafee0fd6a315da38b1ce48944f37dd2e905d (patch) | |
tree | 6f90d2b88da506a8872dfe24f5a0ee3e68d29a0c /integration/bunjs-only-snippets | |
parent | 37e4848c6f121f81a040c83a582ac560db6243a5 (diff) | |
download | bun-95daafee0fd6a315da38b1ce48944f37dd2e905d.tar.gz bun-95daafee0fd6a315da38b1ce48944f37dd2e905d.tar.zst bun-95daafee0fd6a315da38b1ce48944f37dd2e905d.zip |
Update serve.test.ts
Diffstat (limited to 'integration/bunjs-only-snippets')
-rw-r--r-- | integration/bunjs-only-snippets/serve.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |