Wrap option working in test case

This commit is contained in:
Per Brolin
2023-02-21 07:00:51 +01:00
parent 14c15b221a
commit ec5fa31a11

View File

@@ -116,7 +116,11 @@ context('Sequence diagram', () => {
loop Loopy loop Loopy
Bob->>Alice: Pasten Bob->>Alice: Pasten
end `, end `,
{ wrap: true } {
sequence: {
wrap: true,
},
}
); );
}); });
context('font settings', () => { context('font settings', () => {