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