import { GameContext } from './game-context';

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