Skip to content

Commit da5589f

Browse files
committed
Fix tests
1 parent 0f6a4ee commit da5589f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @typedef {import('nlcst').Content} Content
66
* @typedef {Root|Content} Node
77
* @typedef {Extract<Node, UnistParent>} Parent
8-
* @typedef {import('unist-util-visit').Visitor<Word>} Visitor
8+
* @typedef {import('unist-util-visit/complex-types').Visitor<Word>} Visitor
99
*/
1010

1111
import assert from 'node:assert'

0 commit comments

Comments
 (0)