Remove unused mocks

This commit is contained in:
Robin
2024-02-15 22:33:17 -05:00
parent d266432427
commit f967bd1f4e
3 changed files with 0 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
import { vi } from "vitest";
module.exports = { loadOlm: vi.fn(async () => {}) };

View File

@@ -1,3 +0,0 @@
// Mock file for SVG imports
const ReactComponent = "svg";
export default ReactComponent;

View File

@@ -1,3 +0,0 @@
import { vi } from "vitest";
module.exports = vi.fn();