#3238 Updated documentation

This commit is contained in:
ashishj
2022-08-30 19:25:22 +02:00
parent dd40b19c89
commit a93f37a3fc
2 changed files with 36 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ describe('Git Graph diagram', () => {
{}
);
});
it('12: should render a simple gitgraph with three branches,custom merge commit id,tag,type', () => {
it('13: should render a simple gitgraph with three branches,custom merge commit id,tag,type', () => {
imgSnapshotTest(
`gitGraph
commit id: "1"
@@ -272,7 +272,7 @@ describe('Git Graph diagram', () => {
checkout nice_feature
commit id: "7"
checkout main
merge nice_feature id: "customID" tag: "customTag" type: "REVERSE"
merge nice_feature id: "customID" tag: "customTag" type: REVERSE
checkout very_nice_feature
commit id: "8"
checkout main