Skip to content

Commit cf59e96

Browse files
build(package): bump html-dom-parser from 3.0.1 to 3.1.0
Release-As: 3.0.2 Closes #655
1 parent 312da63 commit cf59e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"dependencies": {
4747
"domhandler": "5.0.3",
48-
"html-dom-parser": "3.0.1",
48+
"html-dom-parser": "3.1.0",
4949
"react-property": "2.0.0",
5050
"style-to-js": "1.1.1"
5151
},

test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('module', () => {
1717
it('exports htmlToDOM', () => {
1818
expect(parse.htmlToDOM).toBe(require('html-dom-parser'));
1919
expect(parse.htmlToDOM).toBeInstanceOf(Function);
20-
expect(parse.htmlToDOM.default).toBe(undefined);
20+
expect(parse.htmlToDOM.default).toBe(parse.htmlToDOM);
2121
});
2222

2323
it('exports attributesToProps', () => {

0 commit comments

Comments
 (0)