mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
c420224080
We're getting a lot of vitest errors that say: ```Error: No test suite found in file``` I think this is because vitest is somehow importing a different version the it/test function than the globally inserted functions. Removing the imports fixes this.