Skip to content

Commit 4ca6985

Browse files
committed
Fix type checking in jest.config.js
1 parent 646173f commit 4ca6985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-hook-tracer/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable no-undef */
33
'use strict'
44

5-
/** @type {import('@jest/types').Config.InitialOptions} */
5+
/** @type {import('jest').Config} */
66
const initialOptions = {
77
testEnvironment: 'jsdom',
88
setupFilesAfterEnv: ['<rootDir>/src/test/setup.ts'],

0 commit comments

Comments
 (0)