This commit is contained in:
Guillaume Tauzin 2022-10-19 13:34:27 +02:00
commit a6c5be608d
25 changed files with 519 additions and 460 deletions

View file

@ -98,7 +98,6 @@ describe.concurrent('Models test suite', () => {
});
const mainContainer = new ContainerModel(
null,
DEFAULT_MAINCONTAINER_PROPS
);
@ -263,7 +262,6 @@ describe.concurrent('Models test suite', () => {
it('ContainerModel', async() => {
const model: IContainerModel = {
children: [],
parent: null,
properties: containerProperties,
userData: {}
};