Test fixes
This commit is contained in:
parent
9ed72e9f45
commit
0213c92b0f
3 changed files with 4 additions and 4 deletions
|
@ -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"'
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue