test('compare of JSON recursive format differences', () => {
  const path1 = './__tests__/samplefiles/before-recur.json';
  const path2 = './__tests__/samplefiles/after-recur.json';
  expect(genDiff(path1, path2)).toBe(reqursiveExpected);
});