[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-04 02:15:48 +00:00
committed by Ciro Spaciari
parent b1990a484f
commit f51aed3f40

View File

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