test('JSON test', () => {
  const result = getResultStringFromFile('result');
  expect(genDiff(getFullFilePath('firstConf.json'), getFullFilePath('secondConf.json'))).toBe(result);
});