mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-22 19:11:07 +01:00
Missing semicolon
This commit is contained in:
parent
9cf53aa9d8
commit
1df6837649
@ -48,5 +48,5 @@ describe('editor/serialize', function() {
|
|||||||
const model = new EditorModel([pc.plain('\\*hello\\* world')]);
|
const model = new EditorModel([pc.plain('\\*hello\\* world')]);
|
||||||
const html = htmlSerializeIfNeeded(model, {});
|
const html = htmlSerializeIfNeeded(model, {});
|
||||||
expect(html).toBe('*hello* world');
|
expect(html).toBe('*hello* world');
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user