Skip to content

Commit

Permalink
test(types): fix markdown-it typings
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Sep 15, 2024
1 parent a7d8275 commit d461d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/docs/no-broken-links.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import fg from 'fast-glob';
import * as fs from 'fs-extra';
import type Token from 'markdown-it/lib/token';
import type { Token } from 'markdown-it';
import getProcessor from 'markdown-it';

const markdown = getProcessor();
Expand Down

0 comments on commit d461d56

Please # to comment.