Skip to content

Commit

Permalink
test: minor fix to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioh8010 committed Mar 27, 2024
1 parent f1043ae commit 376e1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __e2e__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ test('shows up current config without unnecessary output', () => {
? {
name: 'TestProject.xcworkspace',
isWorkspace: true,
path: '.',
}
: {
name: 'TestProject.xcodeproj',
isWorkspace: false,
path: '.',
};

expect(parsedStdout.project.ios.xcodeProject).toStrictEqual(
Expand Down

0 comments on commit 376e1ee

Please sign in to comment.