[#189] added custom event chip (#262)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-10-31 11:50:22 +01:00
committed by GitHub
parent 39d8085766
commit ec7230fa94
14 changed files with 689 additions and 218 deletions
+8
View File
@@ -43,6 +43,14 @@ jest.mock("openid-client", () => ({
}));
const originalWarn = console.warn;
class ResizeObserverMock {
observe() {}
unobserve() {}
disconnect() {}
}
(global as any).ResizeObserver = ResizeObserverMock;
beforeAll(() => {
console.warn = (...args: unknown[]) => {
if (