From 6d40332622a05c0aff1ddb8c895850f380bf6c15 Mon Sep 17 00:00:00 2001 From: Yanyan-Wang Date: Fri, 27 Nov 2020 11:59:53 +0800 Subject: [PATCH] chore: re-run online ci --- tests/unit/behavior/shortcuts-call-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/behavior/shortcuts-call-spec.ts b/tests/unit/behavior/shortcuts-call-spec.ts index 37c8318f95d..86e6f8e49f0 100644 --- a/tests/unit/behavior/shortcuts-call-spec.ts +++ b/tests/unit/behavior/shortcuts-call-spec.ts @@ -46,7 +46,7 @@ describe('shortcuts-call', () => { }], }, }); - const node = graph.addItem('node', { + graph.addItem('node', { color: '#666', x: 50, y: 50,