Skip to content

Commit 4369252

Browse files
committed
chore(format): run prettier on runtime test
1 parent 85ea196 commit 4369252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/runtime/src/v2/runtime/intelligence-platform/__tests__

packages/runtime/src/v2/runtime/intelligence-platform/__tests__/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CopilotKitIntelligence } from "../client";
33

44
const fetchMock = vi.fn();
55
globalThis.fetch = fetchMock;
6-
const consoleErrorSpy = vi.spyOn(console, "error").mockImplementation(() => { });
6+
const consoleErrorSpy = vi.spyOn(console, "error").mockImplementation(() => {});
77

88
function jsonResponse(body: unknown, status = 200) {
99
return Promise.resolve({

0 commit comments

Comments
 (0)