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