Skip to content

Commit

Permalink
test(view:codeblock:mermaid): Update test based on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Apr 11, 2024
1 parent c8dccc3 commit ad5b72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/mermaid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ flowchart LR
}).trim(),
).toBe(
`
%%{init: {"graph": {"defaultRenderer": "elk"}} }%%
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
graph TB
\t0("a.md")
\t1("b.md")
Expand Down

0 comments on commit ad5b72d

Please sign in to comment.