Merge branch 'develop' of https://github.com/mermaid-js/mermaid into 5367/architecture-diagram

This commit is contained in:
NicolasNewman
2024-07-13 22:12:52 -05:00
10 changed files with 280 additions and 352 deletions

View File

@@ -10,6 +10,15 @@ describe('packet structure', () => {
);
});
it('should render a simple packet diagram without ranges', () => {
imgSnapshotTest(
`packet-beta
0: "h"
1: "i"
`
);
});
it('should render a complex packet diagram', () => {
imgSnapshotTest(
`packet-beta