Fix for broken test

This commit is contained in:
Knut Sveidqvist
2022-08-04 13:16:48 +02:00
parent f5f26e3840
commit 44cb1acbb2

View File

@@ -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 () {