lint
This commit is contained in:
parent
665849615c
commit
ef8a407643
7 changed files with 35 additions and 18 deletions
|
|
@ -363,7 +363,10 @@ describe('RichContent', () => {
|
|||
})
|
||||
|
||||
expect(
|
||||
wrapper.html().replaceAll('\n', '').replaceAll(/<!--.*?-->/g, ''),
|
||||
wrapper
|
||||
.html()
|
||||
.replaceAll('\n', '')
|
||||
.replaceAll(/<!--.*?-->/g, ''),
|
||||
).to.eql(compwrap(expected))
|
||||
})
|
||||
|
||||
|
|
@ -433,7 +436,10 @@ describe('RichContent', () => {
|
|||
})
|
||||
|
||||
expect(
|
||||
wrapper.html().replaceAll('\n', '').replaceAll(/<!--.*?-->/g, ''),
|
||||
wrapper
|
||||
.html()
|
||||
.replaceAll('\n', '')
|
||||
.replaceAll(/<!--.*?-->/g, ''),
|
||||
).to.eql(compwrap(expected))
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue