From bd96958df53e30fe6dfe009dedae2703d90f1a1a Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Mon, 31 Mar 2025 14:13:12 +0200 Subject: [PATCH] unit tests part 2 --- broker.test.ts | 2 ++ 1 file changed, 2 insertions(+) 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(() => {});