chore: Add new test

This commit is contained in:
Sidharth Vinod
2024-07-10 10:47:47 +05:30
parent d686cee2af
commit 0d110350f4

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