mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -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
|
@ -7,6 +7,7 @@ import { ApiError } from '../api-error'
|
|||
import type { ApiErrorResponse } from '../api-error-response'
|
||||
import { PutApiRequestBuilder } from './put-api-request-builder'
|
||||
import { expectFetch } from './test-utils/expect-fetch'
|
||||
import { describe, expect, it, beforeAll, afterAll } from 'vitest'
|
||||
|
||||
describe('PutApiRequestBuilder', () => {
|
||||
let originalFetch: (typeof global)['fetch']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue