Skip to content

Commit

Permalink
configOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Sep 9, 2024
1 parent 9f795b8 commit 49d4f53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __e2e__/root.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 49d4f53

Please sign in to comment.