test: restore gateway chat timer cleanup

This commit is contained in:
Shakker
2026-04-20 03:59:34 +01:00
committed by Shakker
parent 3730d6d17a
commit 4ebeb18fde

View File

@@ -425,6 +425,10 @@ describe("resolveGatewayConnection", () => {
});
describe("GatewayChatClient", () => {
afterEach(() => {
vi.useRealTimers();
});
it("identifies the TUI as a tui client and skips device identity on insecure local ui paths", () => {
const client = new GatewayChatClient({
url: "ws://127.0.0.1:18789",