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.
next/jest.js
1 parent 3b0809d commit 5d15885Copy full SHA for 5d15885
src/global-declare.d.ts
@@ -11,3 +11,9 @@ declare module "@jest/expect" {
11
extends JestExtended,
12
TestingLibraryMatchers<typeof expect.stringContaining, R> {}
13
}
14
+
15
+declare module "next/jest.js" {
16
+ export default function nextJest(
17
+ options: unknown
18
+ ): (config: unknown) => unknown;
19
+}
0 commit comments