From 44cb1acbb20f8dd53a54e17027bb8d53cda12ed9 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 4 Aug 2022 13:16:48 +0200 Subject: [PATCH] Fix for broken test --- src/utils.spec.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils.spec.js b/src/utils.spec.js index 31517c43a..7eb3af9ff 100644 --- a/src/utils.spec.js +++ b/src/utils.spec.js @@ -1,7 +1,9 @@ import utils from './utils'; import assignWithDepth from './assignWithDepth'; import detectType from './diagram-api/detectType'; -import './diagram-api/diagram-orchestration'; +import addDiagrams from './diagram-api/diagram-orchestration'; + +addDiagrams(); describe('when assignWithDepth: should merge objects within objects', function () { it('should handle simple, depth:1 types (identity)', function () {