Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5865529

Browse files
author
Christopher J. Brody
committedApr 2, 2020
update test snapshots
1 parent 838bfe1 commit 5865529

File tree

31 files changed

+57
-54
lines changed

31 files changed

+57
-54
lines changed
 

‎tests/integration/cli/create/view/__snapshots__/cli-create-with-view.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def configureReactNativePom(def pom) {
182182
name packageJson.title
183183
artifactId packageJson.name
184184
version = packageJson.version
185-
group = packageJson.native.packageIdentifier
185+
group = packageJson.android.packageIdentifier
186186
description packageJson.description
187187
url packageJson.repository.baseUrl
188188
@@ -667,7 +667,7 @@ RCT_EXPORT_MODULE()
667667
\\"license\\": \\"MIT\\",
668668
\\"licenseFilename\\": \\"LICENSE\\",
669669
\\"readmeFilename\\": \\"README.md\\",
670-
\\"native\\": {
670+
\\"android\\": {
671671
\\"packageIdentifier\\": \\"com.reactlibrary\\"
672672
},
673673
\\"peerDependencies\\": {

‎tests/integration/cli/create/with-defaults/__snapshots__/cli-create-with-defaults.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def configureReactNativePom(def pom) {
182182
name packageJson.title
183183
artifactId packageJson.name
184184
version = packageJson.version
185-
group = packageJson.native.packageIdentifier
185+
group = packageJson.android.packageIdentifier
186186
description packageJson.description
187187
url packageJson.repository.baseUrl
188188
@@ -663,7 +663,7 @@ RCT_EXPORT_METHOD(sampleMethod:(NSString *)stringArgument numberParameter:(nonnu
663663
\\"license\\": \\"MIT\\",
664664
\\"licenseFilename\\": \\"LICENSE\\",
665665
\\"readmeFilename\\": \\"README.md\\",
666-
\\"native\\": {
666+
\\"android\\": {
667667
\\"packageIdentifier\\": \\"com.reactlibrary\\"
668668
},
669669
\\"peerDependencies\\": {

‎tests/with-injection/create/view/with-defaults/__snapshots__/create-view-with-defaults.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"MIT\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-injection/create/view/with-example/with-defaults/__snapshots__/create-view-with-example-with-defaults.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
\\"license\\": \\"MIT\\",
9191
\\"licenseFilename\\": \\"LICENSE\\",
9292
\\"readmeFilename\\": \\"README.md\\",
93-
\\"native\\": {
93+
\\"android\\": {
9494
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9595
},
9696
\\"peerDependencies\\": {
@@ -265,7 +265,7 @@ def configureReactNativePom(def pom) {
265265
name packageJson.title
266266
artifactId packageJson.name
267267
version = packageJson.version
268-
group = packageJson.native.packageIdentifier
268+
group = packageJson.android.packageIdentifier
269269
description packageJson.description
270270
url packageJson.repository.baseUrl
271271

‎tests/with-injection/create/view/with-example/with-options/__snapshots__/create-view-with-example-with-options.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
\\"license\\": \\"ISC\\",
9191
\\"licenseFilename\\": \\"LICENSE\\",
9292
\\"readmeFilename\\": \\"README.md\\",
93-
\\"native\\": {
93+
\\"android\\": {
9494
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9595
},
9696
\\"peerDependencies\\": {
@@ -265,7 +265,7 @@ def configureReactNativePom(def pom) {
265265
name packageJson.title
266266
artifactId packageJson.name
267267
version = packageJson.version
268-
group = packageJson.native.packageIdentifier
268+
group = packageJson.android.packageIdentifier
269269
description packageJson.description
270270
url packageJson.repository.baseUrl
271271

‎tests/with-injection/create/view/with-options/for-android/__snapshots__/lib-view-android-config-options.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ content:
7676
\\"license\\": \\"ISC\\",
7777
\\"licenseFilename\\": \\"LICENSE\\",
7878
\\"readmeFilename\\": \\"README.md\\",
79-
\\"native\\": {
79+
\\"android\\": {
8080
\\"packageIdentifier\\": \\"com.reactlibrary\\"
8181
},
8282
\\"peerDependencies\\": {
@@ -229,7 +229,7 @@ def configureReactNativePom(def pom) {
229229
name packageJson.title
230230
artifactId packageJson.name
231231
version = packageJson.version
232-
group = packageJson.native.packageIdentifier
232+
group = packageJson.android.packageIdentifier
233233
description packageJson.description
234234
url packageJson.repository.baseUrl
235235

‎tests/with-injection/create/view/with-options/for-ios/__snapshots__/create-view-with-options-for-ios.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ content:
7676
\\"license\\": \\"ISC\\",
7777
\\"licenseFilename\\": \\"LICENSE\\",
7878
\\"readmeFilename\\": \\"README.md\\",
79-
\\"native\\": {
79+
\\"android\\": {
8080
\\"packageIdentifier\\": \\"com.reactlibrary\\"
8181
},
8282
\\"peerDependencies\\": {

‎tests/with-injection/create/with-defaults/__snapshots__/create-with-defaults.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"MIT\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-injection/create/with-defaults/bogus-platforms/bogus-name/__snapshots__/bogus-platforms-name.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ content:
6666
\\"license\\": \\"MIT\\",
6767
\\"licenseFilename\\": \\"LICENSE\\",
6868
\\"readmeFilename\\": \\"README.md\\",
69-
\\"native\\": {
69+
\\"android\\": {
7070
\\"packageIdentifier\\": \\"com.reactlibrary\\"
7171
},
7272
\\"peerDependencies\\": {

‎tests/with-injection/create/with-defaults/bogus-platforms/empty-array/__snapshots__/bogus-platforms-empty-array.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ content:
6666
\\"license\\": \\"MIT\\",
6767
\\"licenseFilename\\": \\"LICENSE\\",
6868
\\"readmeFilename\\": \\"README.md\\",
69-
\\"native\\": {
69+
\\"android\\": {
7070
\\"packageIdentifier\\": \\"com.reactlibrary\\"
7171
},
7272
\\"peerDependencies\\": {

‎tests/with-injection/create/with-defaults/bogus-platforms/empty-string/__snapshots__/bogus-platforms-empty-string.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ content:
6666
\\"license\\": \\"MIT\\",
6767
\\"licenseFilename\\": \\"LICENSE\\",
6868
\\"readmeFilename\\": \\"README.md\\",
69-
\\"native\\": {
69+
\\"android\\": {
7070
\\"packageIdentifier\\": \\"com.reactlibrary\\"
7171
},
7272
\\"peerDependencies\\": {

‎tests/with-injection/create/with-example/for-android-only/__snapshots__/create-with-example-for-android-only.test.js.snap

+4-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ content:
8080
\\"license\\": \\"MIT\\",
8181
\\"licenseFilename\\": \\"LICENSE\\",
8282
\\"readmeFilename\\": \\"README.md\\",
83+
\\"android\\": {
84+
\\"packageIdentifier\\": \\"com.reactlibrary\\"
85+
},
8386
\\"peerDependencies\\": {
8487
\\"react\\": \\"^16.8.1\\",
8588
\\"react-native\\": \\">=0.60.0-rc.0 <1.0.x\\"
@@ -231,7 +234,7 @@ def configureReactNativePom(def pom) {
231234
name packageJson.title
232235
artifactId packageJson.name
233236
version = packageJson.version
234-
group = \\"com.reactlibrary\\"
237+
group = packageJson.android.packageIdentifier
235238
description packageJson.description
236239
url packageJson.repository.baseUrl
237240

‎tests/with-injection/create/with-example/with-defaults/__snapshots__/create-with-example-with-defaults.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
\\"license\\": \\"MIT\\",
9191
\\"licenseFilename\\": \\"LICENSE\\",
9292
\\"readmeFilename\\": \\"README.md\\",
93-
\\"native\\": {
93+
\\"android\\": {
9494
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9595
},
9696
\\"peerDependencies\\": {
@@ -265,7 +265,7 @@ def configureReactNativePom(def pom) {
265265
name packageJson.title
266266
artifactId packageJson.name
267267
version = packageJson.version
268-
group = packageJson.native.packageIdentifier
268+
group = packageJson.android.packageIdentifier
269269
description packageJson.description
270270
url packageJson.repository.baseUrl
271271

‎tests/with-injection/create/with-example/with-missing-package-scripts/__snapshots__/recover-from-missing-package-scripts.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
\\"license\\": \\"MIT\\",
9191
\\"licenseFilename\\": \\"LICENSE\\",
9292
\\"readmeFilename\\": \\"README.md\\",
93-
\\"native\\": {
93+
\\"android\\": {
9494
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9595
},
9696
\\"peerDependencies\\": {
@@ -265,7 +265,7 @@ def configureReactNativePom(def pom) {
265265
name packageJson.title
266266
artifactId packageJson.name
267267
version = packageJson.version
268-
group = packageJson.native.packageIdentifier
268+
group = packageJson.android.packageIdentifier
269269
description packageJson.description
270270
url packageJson.repository.baseUrl
271271

‎tests/with-injection/create/with-example/with-null-options/with-null-prefix/__snapshots__/create-with-example-with-null-prefix.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
\\"license\\": \\"MIT\\",
9191
\\"licenseFilename\\": \\"LICENSE\\",
9292
\\"readmeFilename\\": \\"README.md\\",
93-
\\"native\\": {
93+
\\"android\\": {
9494
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9595
},
9696
\\"peerDependencies\\": {
@@ -265,7 +265,7 @@ def configureReactNativePom(def pom) {
265265
name packageJson.title
266266
artifactId packageJson.name
267267
version = packageJson.version
268-
group = packageJson.native.packageIdentifier
268+
group = packageJson.android.packageIdentifier
269269
description packageJson.description
270270
url packageJson.repository.baseUrl
271271

‎tests/with-injection/create/with-example/with-options/__snapshots__/create-with-example-with-options.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
\\"license\\": \\"ISC\\",
9191
\\"licenseFilename\\": \\"LICENSE\\",
9292
\\"readmeFilename\\": \\"README.md\\",
93-
\\"native\\": {
93+
\\"android\\": {
9494
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9595
},
9696
\\"peerDependencies\\": {
@@ -265,7 +265,7 @@ def configureReactNativePom(def pom) {
265265
name packageJson.title
266266
artifactId packageJson.name
267267
version = packageJson.version
268-
group = packageJson.native.packageIdentifier
268+
group = packageJson.android.packageIdentifier
269269
description packageJson.description
270270
url packageJson.repository.baseUrl
271271

‎tests/with-injection/create/with-name-in-camel-case/__snapshots__/create-with-name-in-camel-case.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"MIT\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-injection/create/with-options/for-android/__snapshots__/create-with-options-for-android.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ content:
7676
\\"license\\": \\"ISC\\",
7777
\\"licenseFilename\\": \\"LICENSE\\",
7878
\\"readmeFilename\\": \\"README.md\\",
79-
\\"native\\": {
79+
\\"android\\": {
8080
\\"packageIdentifier\\": \\"com.alicebits\\"
8181
},
8282
\\"peerDependencies\\": {
@@ -229,7 +229,7 @@ def configureReactNativePom(def pom) {
229229
name packageJson.title
230230
artifactId packageJson.name
231231
version = packageJson.version
232-
group = packageJson.native.packageIdentifier
232+
group = packageJson.android.packageIdentifier
233233
description packageJson.description
234234
url packageJson.repository.baseUrl
235235

‎tests/with-injection/create/with-options/for-ios/__snapshots__/create-with-options-for-ios.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ content:
7676
\\"license\\": \\"ISC\\",
7777
\\"licenseFilename\\": \\"LICENSE\\",
7878
\\"readmeFilename\\": \\"README.md\\",
79-
\\"native\\": {
79+
\\"android\\": {
8080
\\"packageIdentifier\\": \\"com.reactlibrary\\"
8181
},
8282
\\"peerDependencies\\": {

‎tests/with-injection/create/with-options/platforms-array/__snapshots__/platforms-array.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"ISC\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-injection/create/with-options/platforms-comma-separated/__snapshots__/platforms-comma-separated.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"ISC\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-injection/create/with-options/with-custom-module-prefix/__snapshots__/create-with-custom-module-prefix.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"MIT\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-injection/create/with-options/with-module-name/__snapshots__/create-with-module-name.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ content:
8686
\\"license\\": \\"MIT\\",
8787
\\"licenseFilename\\": \\"LICENSE\\",
8888
\\"readmeFilename\\": \\"README.md\\",
89-
\\"native\\": {
89+
\\"android\\": {
9090
\\"packageIdentifier\\": \\"com.reactlibrary\\"
9191
},
9292
\\"peerDependencies\\": {
@@ -260,7 +260,7 @@ def configureReactNativePom(def pom) {
260260
name packageJson.title
261261
artifactId packageJson.name
262262
version = packageJson.version
263-
group = packageJson.native.packageIdentifier
263+
group = packageJson.android.packageIdentifier
264264
description packageJson.description
265265
url packageJson.repository.baseUrl
266266

‎tests/with-mocks/cli/command/func/with-logging/with-bogus-platforms/bogus-name/__snapshots__/cli-command-with-bogus-platforms-name.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ AliceBobbi;
101101
\\"license\\": \\"MIT\\",
102102
\\"licenseFilename\\": \\"LICENSE\\",
103103
\\"readmeFilename\\": \\"README.md\\",
104-
\\"native\\": {
104+
\\"android\\": {
105105
\\"packageIdentifier\\": \\"com.reactlibrary\\"
106106
},
107107
\\"peerDependencies\\": {

‎tests/with-mocks/cli/command/func/with-logging/with-bogus-platforms/empty-string/__snapshots__/cli-command-with-empty-platforms-string.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ AliceBobbi;
101101
\\"license\\": \\"MIT\\",
102102
\\"licenseFilename\\": \\"LICENSE\\",
103103
\\"readmeFilename\\": \\"README.md\\",
104-
\\"native\\": {
104+
\\"android\\": {
105105
\\"packageIdentifier\\": \\"com.reactlibrary\\"
106106
},
107107
\\"peerDependencies\\": {

0 commit comments

Comments
 (0)
Please sign in to comment.