Full Project upgrade

This commit is contained in:
abdellah
2022-11-03 13:26:26 +01:00
parent 7575a2c72b
commit 2c74c2ba9d
28 changed files with 626 additions and 20742 deletions

View File

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