Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 23, 2024
1 parent b69689b commit fe6f00d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/freeze.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ test('`freeze`', async function (t) {
* @type {import('unified').Plugin<[], string, import('unist').Node>}
*/
function parse() {
// type-coverage:ignore-next-line -- something with TS being wrong.
this.parser = simpleParser
}

Expand All @@ -229,6 +228,5 @@ function parse() {
* @type {import('unified').Plugin<[], import('unist').Node, string>}
*/
function compile() {
// type-coverage:ignore-next-line -- something with TS being wrong.
this.compiler = simpleCompiler
}
2 changes: 0 additions & 2 deletions test/process-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ test('`processSync`', async function (t) {
* @type {import('unified').Plugin<[], string, import('unist').Node>}
*/
function parse() {
// type-coverage:ignore-next-line -- something with TS being wrong.
this.parser = simpleParser
}

Expand All @@ -73,6 +72,5 @@ function parse() {
* @type {import('unified').Plugin<[], import('unist').Node, string>}
*/
function compile() {
// type-coverage:ignore-next-line -- something with TS being wrong.
this.compiler = simpleCompiler
}

0 comments on commit fe6f00d

Please sign in to comment.