1
0
Fork 0

chore: Fixed last tests for v3 merge

This commit is contained in:
Joost De Cock 2022-09-07 11:22:26 +02:00
parent 8a5141584c
commit c2dc4a9ad7
4 changed files with 17 additions and 14 deletions

View file

@ -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);
});
/*