mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +02:00
chore: Add tests for calculateDeltaAndAngle
This commit is contained in:
@@ -24,6 +24,7 @@ export default defineConfig({
|
||||
reportsDirectory: './coverage/vitest',
|
||||
exclude: ['**/node_modules/**', '**/tests/**', '**/__mocks__/**'],
|
||||
},
|
||||
includeSource: ['packages/*/src/**/*.{js,ts}'],
|
||||
},
|
||||
build: {
|
||||
/** If you set esmExternals to true, this plugins assumes that
|
||||
@@ -33,4 +34,7 @@ export default defineConfig({
|
||||
esmExternals: true,
|
||||
},
|
||||
},
|
||||
define: {
|
||||
'import.meta.vitest': 'undefined',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user