test: Migrate to vitest from jest

This commit is contained in:
Sidharth Vinod
2022-09-07 11:24:40 +05:30
parent 3a179170bb
commit bf4607cf08
29 changed files with 560 additions and 1444 deletions

3
src/tests/setup.ts Normal file
View File

@@ -0,0 +1,3 @@
import { vi } from 'vitest';
vi.mock('d3');
vi.mock('dagre-d3');