mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
// #TODO move mock functions here
|
|
// Circumvent naming conflict, don't delete/move form this file
|
|
export const mockError = new Error();
|
|
export const mockReset = () => {}; |