Merge pull request #5635 from mermaid-js/sidv/testDevelopCI

test: Argos parallel
This commit is contained in:
Sidharth Vinod
2024-07-10 06:01:37 +00:00
committed by GitHub

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