import { RoleEducationnalObjective } from './role-educationnal-objective'; describe('RoleEducationnalObjective', () => { it('should create an instance', () => { expect(new RoleEducationnalObjective()).toBeTruthy(); }); });