Merge commit 'c1e70a2072
' into kb_migration_development
This commit is contained in:
commit
dd05f2b58c
15 changed files with 89 additions and 43 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as html from '../html';
|
||||
|
||||
describe('html', () => {
|
||||
describe('unsecapeHTML', () => {
|
||||
describe('unescapeHTML', () => {
|
||||
it('returns unescaped HTML', () => {
|
||||
const output = html.unescapeHTML('<p>lorem</p><p>ipsum</p><br><br>');
|
||||
expect(output).toEqual('lorem\n\nipsum\n<br>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue