diff --git a/broker.test.ts b/broker.test.ts index 4cf9ca8..e42e473 100644 --- a/broker.test.ts +++ b/broker.test.ts @@ -1,4 +1,6 @@ import { html } from "./broker"; +//import { test } from 'jest'; +import { jest } from "@jest/globals"; beforeAll(() => { jest.spyOn(console, "log").mockImplementation(() => {});