1
0
Fork 0

Test fixes

This commit is contained in:
Wouter van Wageningen 2023-04-20 18:55:07 +00:00
parent 9ed72e9f45
commit 0213c92b0f
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ describe('Logo Plugin Tests', () => {
const Pattern = new Design()
const pattern = new Pattern().use(annotationsPlugin)
pattern.draft().render()
expect(pattern.svg.defs).to.contain(
expect(pattern.svg.defs.render()).to.contain(
'<g id="logo" transform="scale(1) translate(-23 -36)"><path class="logo"'
)
})