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