import { GameEducationnalObjective } from './game-educationnal-objective';

describe('GameEducationnalObjective', () => {
  it('should create an instance', () => {
    expect(new GameEducationnalObjective()).toBeTruthy();
  });
});