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