diff --git a/.vscode/settings.json b/.vscode/settings.json index be2305cbc..ee8fae482 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,5 @@ "typescript.validate.enable": false, "javascript.validate.enable": false, "editor.formatOnSave": false, - "standard.enable": true + "editor.snippetSuggestions": "top" } diff --git a/cypress/integration/rendering/gitGraph.spec.js b/cypress/integration/rendering/gitGraph.spec.js index c36f635b4..0a72cdee2 100644 --- a/cypress/integration/rendering/gitGraph.spec.js +++ b/cypress/integration/rendering/gitGraph.spec.js @@ -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 } ); }); }); diff --git a/cypress/platform/e2e.html b/cypress/platform/e2e.html index 8ad763c4b..8c1511781 100644 --- a/cypress/platform/e2e.html +++ b/cypress/platform/e2e.html @@ -3,10 +3,10 @@