chore: Add vitest imports

This commit is contained in:
Sidharth Vinod 2023-02-28 16:58:41 +05:30
parent 1981f12976
commit 1ab3ed1a1a
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -2,6 +2,7 @@ import mermaid from './mermaid';
import { mermaidAPI } from './mermaidAPI';
import './diagram-api/diagram-orchestration';
import { addDiagrams } from './diagram-api/diagram-orchestration';
import { beforeAll, describe, it, expect, vi } from 'vitest';
beforeAll(async () => {
addDiagrams();