We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e6da commit e315714Copy full SHA for e315714
1 file changed
scripts/gqm_gen/index.test.ts
@@ -37,5 +37,5 @@ test("can generate mermaid diagram from file", { only: true }, () => {
37
38
const diagram = generateMermaidDiagram(graph);
39
console.log(diagram);
40
- assert(diagram.indexOf("graph TB") > 1);
+ assert(diagram.indexOf("graph LR;") > 1);
41
});
0 commit comments