fix(backend): sort vitest import in stream-many test (CI biome gate)

Reorder `describe, it, expect` → `describe, expect, it` to satisfy the
Biome organizeImports check that gates the all-services CI pipeline.
This commit is contained in:
asepharyana
2026-08-18 11:03:24 +07:00
parent 217ecc1aa1
commit 29baba3a72
+1 -1
View File
@@ -1,4 +1,4 @@
import { describe, it, expect } from "vitest";
import { describe, expect, it } from "vitest";
/**
* Lock the contract that the WS `stream_messages` handler + frontend