it(`Checks if warns when file is RegExp`, async () => {
      global.danger = {
        git: { modified_files: ['a random file', file, 'another random file'] },
      };
      await await warnIfFilesChanged([file]);