fix(ui): remove old mocks

This commit is contained in:
Lukasz Mierzwa
2026-04-29 10:04:24 +01:00
committed by Łukasz Mierzwa
parent e7c00c2db8
commit 7cb0abf006
2 changed files with 0 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
export default function debounce(wrapped: any) {
wrapped.cancel = jest.fn();
return wrapped;
}

View File

@@ -1,3 +0,0 @@
export default function throttle(wrapped: any) {
return wrapped;
}