describe('diff plain output', () => {
  const expectedResult = fs.readFileSync(buildFilePath('nested/plain_result.txt'), 'utf8');
  const outputFormat = 'plain';

  test('diff json with plain output', () => {