it ("player one should have some points", () => {
      expect(store.getState().players[0].score).toBeGreaterThan(0);
    });