test(markdown-it-plugins): replace jest with vitest

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2025-04-26 11:30:37 +02:00
parent 97219ef497
commit 62ad4da0e7
No known key found for this signature in database
GPG key ID: FE1CD209E3EA5E85
10 changed files with 162 additions and 67 deletions

View file

@ -7,7 +7,7 @@
import MarkdownIt from 'markdown-it/lib'
import { imageSize } from './index.js'
import { describe, expect, it } from '@jest/globals'
import { describe, expect, it } from 'vitest'
describe('markdown-it-imsize', function () {
const md = new MarkdownIt({