#989 Added font styling classes to diagrams lacking then

This commit is contained in:
Knut Sveidqvist
2019-10-13 19:16:35 +02:00
parent 53bdfee057
commit 047ce2949a
11 changed files with 44 additions and 14 deletions

View File

@@ -6,12 +6,6 @@ describe('Sequencediagram', () => {
imgSnapshotTest(
`
gitGraph:
options
{
"nodeSpacing": 150,
"nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
@@ -20,9 +14,8 @@ describe('Sequencediagram', () => {
checkout master
commit
commit
merge newbranch
`,
{}
merge newbranch`,
{ logLevel: 0 }
);
});
});