Skip to content

Commit 7db865f

Browse files
committed
Fix tests for changes in @types/unist
1 parent 49ec534 commit 7db865f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,14 @@ test('fromSelector()', function (t) {
145145
)
146146

147147
t.deepEqual(
148+
// @ts-expect-error: fine.
148149
fromSelector('svg altGlyph').children[0].tagName,
149150
'altGlyph',
150151
'space (#4)'
151152
)
152153

153154
t.deepEqual(
155+
// @ts-expect-error: fine.
154156
fromSelector('div svg + altGlyph').children[1].tagName,
155157
'altglyph',
156158
'space (#5)'

0 commit comments

Comments
 (0)