We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e625e1d commit 73237ddCopy full SHA for 73237dd
test/html-to-react.js
@@ -47,7 +47,7 @@ describe('html-to-react', () => {
47
48
it('converts empty <script> to React', () => {
49
const html = '<script></script>';
50
- const reactElement = Parser(html);
+ const reactElement = parse(html);
51
assert.equal(render(reactElement), html);
52
});
53
0 commit comments