Feature/more config to gitgraph #12725
Annotations
3 errors
Run Unit Tests:
packages/mermaid/src/diagrams/git/gitGraphParser.ts#L126
AssertionError: expected "spy" to be called with arguments: [ { id: '1', msg: 'test', …(2) } ]
Received:
1st spy call:
Array [
Object {
+ "color": 0,
"id": "1",
"msg": "test",
"tags": Array [
"tag1",
"tag2",
],
"type": 0,
},
]
Number of calls: 1
❯ packages/mermaid/src/diagrams/git/gitGraphParser.ts:126:29
|
Run Unit Tests:
packages/mermaid/src/diagrams/git/gitGraphParser.ts#L229
AssertionError: expected "spy" to be called with arguments: [ { id: '1', msg: 'test', …(2) } ]
Received:
1st spy call:
Array [
Object {
+ "color": 0,
"id": "1",
"msg": "test",
"tags": Array [
"tag1",
"tag2",
],
"type": 0,
},
]
2nd spy call:
Array [
Object {
+ "color": 0,
"id": "1",
"msg": "test",
"tags": Array [
"tag1",
"tag2",
],
"type": 0,
},
]
Number of calls: 2
❯ packages/mermaid/src/diagrams/git/gitGraphParser.ts:229:29
|
Run Unit Tests
Process completed with exit code 1.
|
Loading