first commit
This commit is contained in:
7
src/app/model/user.spec.ts
Normal file
7
src/app/model/user.spec.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import {User} from './user';
|
||||
|
||||
describe('User', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new User()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user