Merge branch 'develop' into 2408-support-style-for-class

This commit is contained in:
Justin Greywolf
2023-12-04 13:29:00 -08:00
14 changed files with 1027 additions and 568 deletions

View File

@@ -811,4 +811,19 @@ gitGraph TB:
{}
);
});
it('40: should render a simple gitgraph with cherry pick merge commit', () => {
imgSnapshotTest(
`gitGraph
commit id: "ZERO"
branch feature
branch release
checkout feature
commit id: "A"
commit id: "B"
checkout main
merge feature id: "M"
checkout release
cherry-pick id: "M" parent:"B"`
);
});
});