🧪 Fix tests
This commit is contained in:
@@ -157,7 +157,6 @@ describe('[slug] page', () => {
|
|||||||
destination: '/auth/login?redirectAfterLogin=/board/my-authentication-board',
|
destination: '/auth/login?redirectAfterLogin=/board/my-authentication-board',
|
||||||
permanent: false,
|
permanent: false,
|
||||||
},
|
},
|
||||||
props: {},
|
|
||||||
});
|
});
|
||||||
expect(serverAuthModule.getServerAuthSession).toHaveBeenCalledOnce();
|
expect(serverAuthModule.getServerAuthSession).toHaveBeenCalledOnce();
|
||||||
expect(configExistsModule.configExists).toHaveBeenCalledOnce();
|
expect(configExistsModule.configExists).toHaveBeenCalledOnce();
|
||||||
|
|||||||
Reference in New Issue
Block a user