feat: update tests using vitest

- replace jest references with vitest
This commit is contained in:
Angel Mendez Cano
2024-02-02 19:00:38 -06:00
parent 2a9f6663c1
commit 9a5afb11f6
8 changed files with 21 additions and 33 deletions

View File

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