Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleAxe committed Sep 29, 2023
1 parent 17d20b2 commit 5de589f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/WhereIsThePower/src/app/authentication/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ describe('AuthService', () => {
authService.signOutUser();
}));

it('should get user data', async(() => {
authService.getUserData().then((userData) => {
});
}));

it('should check if a user is logged in', async(() => {
authService.isUserLoggedIn().then((loggedIn) => {
});
Expand Down

0 comments on commit 5de589f

Please sign in to comment.