diff --git a/__e2e__/root.test.ts b/__e2e__/root.test.ts index eb38e6f56..4732878aa 100644 --- a/__e2e__/root.test.ts +++ b/__e2e__/root.test.ts @@ -48,6 +48,15 @@ beforeAll(() => { cwd: path.join(DIR, 'TestProject'), }); console.log(yarnWHy.stdout); + + const configOutput = spawnScript( + 'npx', + ['@react-native-community/cli', 'config'], + { + cwd: path.join(DIR, 'TestProject'), + }, + ); + console.log(configOutput.stdout); }); afterAll(() => {