mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
test: Migrate to vitest from jest
This commit is contained in:
3
src/tests/setup.ts
Normal file
3
src/tests/setup.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { vi } from 'vitest';
|
||||
vi.mock('d3');
|
||||
vi.mock('dagre-d3');
|
Reference in New Issue
Block a user