test('Plain 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__/plain-nested-expected.txt', 'utf-8');