test('Plain format test', () => {
  const plainFormatResult = getResultStringFromFile('plainFormatResult');
  expect(genDiff(getFullFilePath('firstDeepJson.json'), getFullFilePath('secondDeepJson.json'), 'plain')).toBe(plainFormatResult);
});