export function patchColumnsForTest(...replacements: Function[]) {
  let original: any;

  beforeEach(() => {
    original = columns.slice(0);