Merged PR 216: Deprecate parent from IContainerModel for FindContainerById
This commit is contained in:
parent
d40cd8cf8e
commit
b4eba6bb9b
19 changed files with 97 additions and 109 deletions
|
@ -98,7 +98,6 @@ describe.concurrent('Models test suite', () => {
|
|||
});
|
||||
|
||||
const mainContainer = new ContainerModel(
|
||||
null,
|
||||
DEFAULT_MAINCONTAINER_PROPS
|
||||
);
|
||||
|
||||
|
@ -267,7 +266,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