forked from AkkomaGang/akkoma-fe
fix tests
This commit is contained in:
parent
cbb34e2b0e
commit
c3576211cb
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ describe('RichContent', () => {
|
|||
it('replaces mention with mentionsline', () => {
|
||||
const html = p(
|
||||
makeMention('John'),
|
||||
' how are you doing today?' // also testing single-trimming function
|
||||
' how are you doing today?'
|
||||
)
|
||||
const wrapper = shallowMount(RichContent, {
|
||||
localVue,
|
||||
|
@ -74,7 +74,7 @@ describe('RichContent', () => {
|
|||
|
||||
expect(wrapper.html()).to.eql(compwrap(p(
|
||||
mentionsLine(1),
|
||||
' how are you doing today?' // space removed to compensate for <ML> padding
|
||||
' how are you doing today?'
|
||||
)))
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue