test('Plain output - nested JSON configs', () => {
  const filePathBefore = './__tests__/__fixtures__/json/nested-before.json';
  const filePathAfter = './__tests__/__fixtures__/json/nested-after.json';
  const fileExpected = fs.readFileSync('./__tests__/__fixtures__/plain-nested-expected.txt', 'utf-8');