fix: added E2E test

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
darshanr0107
2025-11-12 12:04:49 +05:30
parent 513a3eef98
commit 256e81bcd2

View File

@@ -1569,4 +1569,14 @@ gitGraph TB:
{} {}
); );
}); });
it('77: should render a gitGraph merging main into a newly created branch', () => {
imgSnapshotTest(
`gitGraph
commit
branch stable
checkout stable
merge main`,
{}
);
});
}); });