describe('plain config', () => {
    const beforeJsonPath = resolve(__dirname, './__fixtures__/plain/before.json');
    const afterJsonPath = resolve(__dirname, './__fixtures__/plain/after.json');

    const beforeYamlPath = resolve(__dirname, './__fixtures__/plain/before.yml');