Skip to content

Commit 713782e

Browse files
Update html-to-plain-text.spec.js
1 parent 06f5640 commit 713782e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/helpers/helpers/html-to-plain-text.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const convertHTML2PlainString = require('./html-to-plain-text');
1010
*/
1111
describe('convertHTML2PlainString', function() {
1212

13-
//Test string with one html tag
14-
const html1 = '<p>Hello world</p>';
13+
//Test string with one html tag
14+
const html1 = '<p>Hello world</p>';
1515

1616
//Test string with nested html tags
1717
const html2 = '<div><p>Hello <b>World!</b></p></div>';

0 commit comments

Comments
 (0)