Fix minor typos in comments and spec names (#21831)
This commit is contained in:
parent
b805b7f021
commit
99e2e9b81f
11 changed files with 11 additions and 11 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