unit tests part 2

This commit is contained in:
Christopher Hase 2025-03-31 14:13:12 +02:00
parent 08441494f1
commit bd96958df5

View file

@ -1,4 +1,6 @@
import { html } from "./broker";
//import { test } from 'jest';
import { jest } from "@jest/globals";
beforeAll(() => {
jest.spyOn(console, "log").mockImplementation(() => {});