Merge branch 'dev' of https://techformsa.visualstudio.com/SmartConfigurator/_git/SVGLayoutDesignerReact into dev
This commit is contained in:
commit
a6c5be608d
25 changed files with 519 additions and 460 deletions
|
@ -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: {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue