describe('compare two recursive files', () => {
  let expected;
  beforeAll(() => {
    expected = getExpected('diffRecursive.txt');
  });