mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-04 05:37:22 +00:00
Remove unused mocks
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import { vi } from "vitest";
|
||||
|
||||
module.exports = { loadOlm: vi.fn(async () => {}) };
|
||||
@@ -1,3 +0,0 @@
|
||||
// Mock file for SVG imports
|
||||
const ReactComponent = "svg";
|
||||
export default ReactComponent;
|
||||
@@ -1,3 +0,0 @@
|
||||
import { vi } from "vitest";
|
||||
|
||||
module.exports = vi.fn();
|
||||
Reference in New Issue
Block a user