Skip to content

Commit 5865529

Browse files
author
Christopher J. Brody
committed
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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\\": {

0 commit comments

Comments
 (0)