mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
chore: add vitest
imports to test-util.ts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { expect, vi } from 'vitest';
|
||||
import type { ParseResult } from 'langium';
|
||||
|
||||
const consoleMock = vi.spyOn(console, 'log').mockImplementation(() => {
|
||||
|
Reference in New Issue
Block a user