import { Candidate } from './candidate.model'; describe('Candidate', () => { it('should create an instance', () => { expect(new Candidate()).toBeTruthy(); }); });