mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 06:45:47 -04:00
test(frontend): replace jest with vitest
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
5241a6e988
commit
49bbd32635
188 changed files with 1364 additions and 1212 deletions
|
@ -10,7 +10,7 @@ import { convertNodeToReactElement } from './convertNodeToReactElement.js'
|
|||
import { Document, isTag, isText } from 'domhandler'
|
||||
import { NodeToReactElementTransformer } from './NodeToReactElementTransformer.js'
|
||||
import React, { ReactElement } from 'react'
|
||||
import { describe, expect, it } from 'vitest'
|
||||
import { beforeEach, describe, expect, it, vitest, beforeAll, afterAll } from 'vitest'
|
||||
import { ElementType } from 'htmlparser2'
|
||||
|
||||
function parseHtmlToReactHtml(html: string, options: ParserOptions = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue