mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: restore gateway chat timer cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user