test('Pretty output - nested YAML configs', () => {
  const filePathBefore = './__tests__/__fixtures__/yaml/nested-before.yaml';
  const filePathAfter = './__tests__/__fixtures__/yaml/nested-after.yaml';
  const fileExpected = fs.readFileSync('./__tests__/__fixtures__/pretty-nested-expected.txt', 'utf-8');