Commit 20ddb08
committed
fix: replace import.meta.resolve with direct path in mermaid test
import.meta.resolve is not supported in Vitest's module runner,
causing CI to fail. Use a direct node_modules path to locate the
astro-mermaid integration entry point instead.1 parent 896b9f6 commit 20ddb08
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments