mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): remove old mocks
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e7c00c2db8
commit
7cb0abf006
@@ -1,4 +0,0 @@
|
||||
export default function debounce(wrapped: any) {
|
||||
wrapped.cancel = jest.fn();
|
||||
return wrapped;
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
export default function throttle(wrapped: any) {
|
||||
return wrapped;
|
||||
}
|
||||
Reference in New Issue
Block a user