Skip to content

Commit

Permalink
Merge branch 'master' of github.com-haphuong96:haphuong96/studentbaza…
Browse files Browse the repository at this point in the history
…ar-be
  • Loading branch information
haphuong96 committed Sep 18, 2023
2 parents c5de6fb + 1190878 commit 00f2092
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/auth/auth.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
describe('test', () => {
it('should pass', () => {
expect(1).toBe(1);
});
})
// import { EntityManager, EntityRepository, SqlEntityRepository } from '@mikro-orm/mysql';
// import { AuthService } from './auth.service';
// import { User } from '../user/entities/user.entity';
Expand Down

0 comments on commit 00f2092

Please sign in to comment.