Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 91a85c3

Browse files
authored
Update Jest to v29 (#317)
* Update Jest to v29 * Update jest config * Remove @jest/types * Remove types * Remove @types/jest * Update tests
1 parent c44fecd commit 91a85c3

File tree

5 files changed

+1934
-4638
lines changed

5 files changed

+1934
-4638
lines changed

jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { Config } from '@jest/types'
1+
import type { Config } from 'jest'
22

3-
const config: Config.InitialOptions = {
3+
const config: Config = {
44
preset: 'ts-jest',
55
collectCoverage: true,
66
collectCoverageFrom: [

0 commit comments

Comments
 (0)