chore: fix test type

report-raw-dead-links
bluwy 1 month ago
parent 085ae48a79
commit a996410722
No known key found for this signature in database

@ -36,7 +36,7 @@ describe('node/markdownToVue', () => {
siteConfig siteConfig
) )
const result = await render(src, file, 'public') const result = await render(src, file)
expect(result.deadLinks).toEqual([ expect(result.deadLinks).toEqual([
{ url: './a.md', file, line: 1 }, { url: './a.md', file, line: 1 },

Loading…
Cancel
Save