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 4f8ecef commit 6d7eb9dCopy full SHA for 6d7eb9d
1 file changed
src/__tests__/NextAuth.test.ts
@@ -111,6 +111,7 @@ const mockTokenResonses = () => {
111
}),
112
};
113
}
114
+ throw new Error(`Unexpected fetch call to URL: ${url}`);
115
}) as any;
116
117
0 commit comments