mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
chore: Update tests snapshot
This commit is contained in:
@@ -104,6 +104,7 @@ describe('more than one sequence diagram', () => {
|
|||||||
expect(diagram1.db.getMessages()).toMatchInlineSnapshot(`
|
expect(diagram1.db.getMessages()).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
"activate": false,
|
||||||
"from": "Alice",
|
"from": "Alice",
|
||||||
"message": "Hello Bob, how are you?",
|
"message": "Hello Bob, how are you?",
|
||||||
"to": "Bob",
|
"to": "Bob",
|
||||||
@@ -111,6 +112,7 @@ describe('more than one sequence diagram', () => {
|
|||||||
"wrap": false,
|
"wrap": false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"activate": false,
|
||||||
"from": "Bob",
|
"from": "Bob",
|
||||||
"message": "I am good thanks!",
|
"message": "I am good thanks!",
|
||||||
"to": "Alice",
|
"to": "Alice",
|
||||||
@@ -127,6 +129,7 @@ describe('more than one sequence diagram', () => {
|
|||||||
expect(diagram2.db.getMessages()).toMatchInlineSnapshot(`
|
expect(diagram2.db.getMessages()).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
"activate": false,
|
||||||
"from": "Alice",
|
"from": "Alice",
|
||||||
"message": "Hello Bob, how are you?",
|
"message": "Hello Bob, how are you?",
|
||||||
"to": "Bob",
|
"to": "Bob",
|
||||||
@@ -134,6 +137,7 @@ describe('more than one sequence diagram', () => {
|
|||||||
"wrap": false,
|
"wrap": false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"activate": false,
|
||||||
"from": "Bob",
|
"from": "Bob",
|
||||||
"message": "I am good thanks!",
|
"message": "I am good thanks!",
|
||||||
"to": "Alice",
|
"to": "Alice",
|
||||||
@@ -152,6 +156,7 @@ describe('more than one sequence diagram', () => {
|
|||||||
expect(diagram3.db.getMessages()).toMatchInlineSnapshot(`
|
expect(diagram3.db.getMessages()).toMatchInlineSnapshot(`
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
"activate": false,
|
||||||
"from": "Alice",
|
"from": "Alice",
|
||||||
"message": "Hello John, how are you?",
|
"message": "Hello John, how are you?",
|
||||||
"to": "John",
|
"to": "John",
|
||||||
@@ -159,6 +164,7 @@ describe('more than one sequence diagram', () => {
|
|||||||
"wrap": false,
|
"wrap": false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"activate": false,
|
||||||
"from": "John",
|
"from": "John",
|
||||||
"message": "I am good thanks!",
|
"message": "I am good thanks!",
|
||||||
"to": "Alice",
|
"to": "Alice",
|
||||||
|
Reference in New Issue
Block a user