Skip to content

Commit b344419

Browse files
committed
Fix tests for change in parse5
1 parent 2a9bd42 commit b344419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ test('hast-util-from-parse5', (t) => {
269269
childNodes: [
270270
{
271271
nodeName: '#text',
272-
// @ts-expect-error: fine.
273272
value: 'Hello!',
273+
parentNode: null,
274274
sourceCodeLocation: {
275275
startLine: 1,
276276
startCol: 4,

0 commit comments

Comments
 (0)