Skip to content

Commit

Permalink
chore: Remove jest/types
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout2000 committed Aug 26, 2023
1 parent 3225818 commit 30df1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Config } from '@jest/types';
import type { JestConfigWithTsJest } from 'ts-jest';

const config: Config.InitialOptions = {
const config: JestConfigWithTsJest = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
collectCoverage: true,
Expand Down

0 comments on commit 30df1ca

Please sign in to comment.