mirror of
https://github.com/abdellahaski/AngularFirebaseVotingApp.git
synced 2025-12-08 11:19:56 +00:00
Full Project upgrade
This commit is contained in:
7
src/app/models/candidate.model.spec.ts
Normal file
7
src/app/models/candidate.model.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Candidate } from './candidate.model';
|
||||
|
||||
describe('Candidate', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new Candidate()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user