#3061 Fixing unit tests

This commit is contained in:
Knut Sveidqvist
2022-09-26 08:47:41 +02:00
parent 98ddc95648
commit ebdec77c88
10 changed files with 1122 additions and 224 deletions

View File

@@ -121,6 +121,7 @@ const main = async () => {
if (watch) {
build(getBuildConfig({ minify: false, watch, entryName: 'mermaid' }));
build(getBuildConfig({ minify: false, watch, entryName: 'mermaid-mindmap' }));
} else {
void main();
}