describe('genDiff tests with plain output format', () => {
  const diffResult = fs.readFileSync(`${testsPath}diffResultPlain.txt`, 'utf8');
  const nestedDiffResult = fs.readFileSync(`${testsPath}nestedDiffResultPlain.txt`, 'utf8');

  Object.keys(testFormats).forEach((format) => {