🧪 Fix tests

This commit is contained in:
ajnart
2023-11-13 21:45:21 +01:00
parent 5a563b3875
commit d2e7615345

View File

@@ -157,7 +157,6 @@ describe('[slug] page', () => {
destination: '/auth/login?redirectAfterLogin=/board/my-authentication-board',
permanent: false,
},
props: {},
});
expect(serverAuthModule.getServerAuthSession).toHaveBeenCalledOnce();
expect(configExistsModule.configExists).toHaveBeenCalledOnce();