chore: Fixed last tests for v3 merge
This commit is contained in:
parent
8a5141584c
commit
c2dc4a9ad7
4 changed files with 17 additions and 14 deletions
|
@ -1079,7 +1079,6 @@ describe('Pattern', () => {
|
|||
const design = new Design({ parts: [ part ] })
|
||||
const pattern = new design();
|
||||
pattern.init()
|
||||
console.log(pattern)
|
||||
expect(pattern.hooks.preRender.length).to.equal(1);
|
||||
});
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue