test('check gendiff with json, yml, ini with --format json', () => {
  files.forEach(([file1, file2, resultFile]) => checkGendiffResult(file1, file2, `json${resultFile}`, 'json'));
});