We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646173f commit 4ca6985Copy full SHA for 4ca6985
packages/react-hook-tracer/jest.config.js
@@ -2,7 +2,7 @@
2
/* eslint-disable no-undef */
3
'use strict'
4
5
-/** @type {import('@jest/types').Config.InitialOptions} */
+/** @type {import('jest').Config} */
6
const initialOptions = {
7
testEnvironment: 'jsdom',
8
setupFilesAfterEnv: ['<rootDir>/src/test/setup.ts'],
0 commit comments