feat: update tests using vitest
- replace jest references with vitest
This commit is contained in:
@@ -1 +1,3 @@
|
||||
module.exports = { loadOlm: jest.fn(async () => {}) };
|
||||
import { vi } from "vitest";
|
||||
|
||||
module.exports = { loadOlm: vi.fn(async () => {}) };
|
||||
|
||||
Reference in New Issue
Block a user