Skip to content

Commit d2336a8

Browse files
committed
update tests
1 parent f8d4493 commit d2336a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

__e2e__/init.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const customTemplateCopiedFiles = [
3232
'file',
3333
'node_modules',
3434
'package.json',
35+
'react-native.config.js',
3536
'yarn.lock',
3637
];
3738

packages/cli-platform-ios/src/config/__tests__/getProjectConfig.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ describe('ios::getProjectConfig', () => {
2525
});
2626
expect(projectConfig('/', {})).toMatchInlineSnapshot(`
2727
Object {
28+
"automaticPodsInstallation": undefined,
2829
"sourceDir": "/ios",
2930
"watchModeCommandParams": undefined,
3031
"xcodeProject": null,
@@ -45,6 +46,7 @@ describe('ios::getProjectConfig', () => {
4546
});
4647
expect(projectConfig('/', {})).toMatchInlineSnapshot(`
4748
Object {
49+
"automaticPodsInstallation": undefined,
4850
"sourceDir": "/ios",
4951
"watchModeCommandParams": undefined,
5052
"xcodeProject": null,

0 commit comments

Comments
 (0)