This commit is contained in:
parent
08441494f1
commit
bd96958df5
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
import { html } from "./broker";
|
||||
//import { test } from 'jest';
|
||||
import { jest } from "@jest/globals";
|
||||
|
||||
beforeAll(() => {
|
||||
jest.spyOn(console, "log").mockImplementation(() => {});
|
||||
|
|
Loading…
Reference in a new issue