it('should return X', () => {
      const board = [
        'X', 'O', null,
        'X', 'O', null,
        'X', 'X', 'O',