test: migrate markdown-it-plugin tests

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2025-04-20 20:29:54 +02:00
parent 1012eaa870
commit 71e0671cc0
No known key found for this signature in database
GPG key ID: FE1CD209E3EA5E85
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
import MarkdownIt from 'markdown-it/lib' import MarkdownIt from 'markdown-it'
import { imageSize } from './index.js' import { imageSize } from './index.js'
import { describe, expect, it } from '@jest/globals' import { describe, expect, it } from '@jest/globals'

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
import MarkdownIt from 'markdown-it/lib' import MarkdownIt from 'markdown-it'
import { taskLists } from './index.js' import { taskLists } from './index.js'
import { describe, expect, it } from '@jest/globals' import { describe, expect, it } from '@jest/globals'

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
import MarkdownIt from 'markdown-it/lib' import MarkdownIt from 'markdown-it'
import { toc } from './plugin.js' import { toc } from './plugin.js'
import { describe, expect, it, jest } from '@jest/globals' import { describe, expect, it, jest } from '@jest/globals'