We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6da28c commit 60212edCopy full SHA for 60212ed
src/utils/deleteCookie.test.ts
@@ -28,6 +28,6 @@ describe("Unit/utils/deleteCookie", () => {
28
29
expect(
30
cookie[mockBaseClient.cookieSettings.sessionIdName].update,
31
- ).not.toHaveBeenCalled();
+ ).toHaveBeenCalledTimes(1);
32
});
33
0 commit comments