File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ test('`freeze`', async function (t) {
220
220
* @type {import('unified').Plugin<[], string, import('unist').Node> }
221
221
*/
222
222
function parse ( ) {
223
- // type-coverage:ignore-next-line -- something with TS being wrong.
224
223
this . parser = simpleParser
225
224
}
226
225
@@ -229,6 +228,5 @@ function parse() {
229
228
* @type {import('unified').Plugin<[], import('unist').Node, string> }
230
229
*/
231
230
function compile ( ) {
232
- // type-coverage:ignore-next-line -- something with TS being wrong.
233
231
this . compiler = simpleCompiler
234
232
}
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ test('`processSync`', async function (t) {
64
64
* @type {import('unified').Plugin<[], string, import('unist').Node> }
65
65
*/
66
66
function parse ( ) {
67
- // type-coverage:ignore-next-line -- something with TS being wrong.
68
67
this . parser = simpleParser
69
68
}
70
69
@@ -73,6 +72,5 @@ function parse() {
73
72
* @type {import('unified').Plugin<[], import('unist').Node, string> }
74
73
*/
75
74
function compile ( ) {
76
- // type-coverage:ignore-next-line -- something with TS being wrong.
77
75
this . compiler = simpleCompiler
78
76
}
You can’t perform that action at this time.
0 commit comments