Skip to content

Commit 6d7eb9d

Browse files
committed
chore: nextAuth.test.ts PR fixes Refs: RATY-299
1 parent 4f8ecef commit 6d7eb9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/__tests__/NextAuth.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const mockTokenResonses = () => {
111111
}),
112112
};
113113
}
114+
throw new Error(`Unexpected fetch call to URL: ${url}`);
114115
}) as any;
115116
};
116117

0 commit comments

Comments
 (0)