Skip to content

Commit

Permalink
Fix tests for change in parse5
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 26, 2022
1 parent 2a9bd42 commit b344419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ test('hast-util-from-parse5', (t) => {
childNodes: [
{
nodeName: '#text',
// @ts-expect-error: fine.
value: 'Hello!',
parentNode: null,
sourceCodeLocation: {
startLine: 1,
startCol: 4,
Expand Down

0 comments on commit b344419

Please sign in to comment.