We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f5640 commit 713782eCopy full SHA for 713782e
packages/helpers/helpers/html-to-plain-text.spec.js
@@ -10,8 +10,8 @@ const convertHTML2PlainString = require('./html-to-plain-text');
10
*/
11
describe('convertHTML2PlainString', function() {
12
13
- //Test string with one html tag
14
- const html1 = '<p>Hello world</p>';
+ //Test string with one html tag
+ const html1 = '<p>Hello world</p>';
15
16
//Test string with nested html tags
17
const html2 = '<div><p>Hello <b>World!</b></p></div>';
0 commit comments