File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
"remark-preset-wooorm" : " ^9.0.0" ,
44
44
"rimraf" : " ^3.0.0" ,
45
45
"tape" : " ^5.0.0" ,
46
- "tsd" : " ^0.19 .0" ,
46
+ "tsd" : " ^0.20 .0" ,
47
47
"type-coverage" : " ^2.0.0" ,
48
48
"typescript" : " ^4.0.0" ,
49
49
"unified" : " ^10.0.0" ,
50
- "xo" : " ^0.47 .0"
50
+ "xo" : " ^0.49 .0"
51
51
},
52
52
"scripts" : {
53
53
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ test('isElement', (t) => {
141
141
root . children [ 0 ] ,
142
142
/**
143
143
* @this {ctx}
144
- * @param {Element } a
145
- * @param {number } b
146
- * @param {Parent } c
144
+ * @param {Element } node
145
+ * @param {number|undefined|null } index
146
+ * @param {Parent|undefined|null } parent
147
147
*/
148
148
function ( node , index , parent ) {
149
149
st . equal ( node , root . children [ 0 ] , 'should pass `node` to test' )
You can’t perform that action at this time.
0 commit comments