Skip to content

Commit

Permalink
Merge pull request #5635 from mermaid-js/sidv/testDevelopCI
Browse files Browse the repository at this point in the history
test: Argos parallel
  • Loading branch information
sidharthv96 authored Jul 10, 2024
2 parents 4434cf3 + 4eba114 commit 7afff87
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cypress/integration/rendering/packet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7afff87

Please sign in to comment.