[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-04 22:40:13 +00:00
committed by GitHub
parent 19491b9db3
commit b49e20c193

View File

@@ -1,6 +1,6 @@
import { describe, expect, test } from "bun:test";
import { decodeFrames, encodeCloseFrame, encodeTextFrame, upgradeHeaders } from "./websocket.helpers";
import http from "http";
import { decodeFrames, encodeCloseFrame, encodeTextFrame, upgradeHeaders } from "./websocket.helpers";
describe("fetch upgrade", () => {
test("should upgrade to websocket", async () => {
const serverMessages: string[] = [];