Skip to content

Commit

Permalink
test: 🧪 remove useless test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Dec 2, 2024
1 parent ccf52a1 commit b687b28
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libs/auth/application/src/lib/auth.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,4 @@ describe('AuthService', () => {
it('should be defined', () => {
expect(service).toBeDefined();
});

describe('signIn', () => {
it('should return an access token', async () => {
const result = await service.signIn('[email protected]', 'password123');

expect(result).toHaveProperty('accessToken');
expect(typeof result.accessToken).toBe('string');
});
});
});

0 comments on commit b687b28

Please sign in to comment.