mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix typo in unit test (#43091)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43091 Fix typo in unit test Changelog: [Internal] [Changed] - Fix typo in unit test Reviewed By: mdvacca Differential Revision: D53918471 fbshipit-source-id: 0453c01fab1dc04397058577ea61b50994124cf0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5bec42f902
commit
918b75f3f4
+2
-2
@@ -141,7 +141,7 @@ class GenerateCodegenArtifactsTaskTest {
|
||||
writeText(
|
||||
"""
|
||||
{
|
||||
"name": "@a/libray",
|
||||
"name": "@a/library",
|
||||
"codegenConfig": {
|
||||
"name": "an-awesome-library",
|
||||
"android": {
|
||||
@@ -174,7 +174,7 @@ class GenerateCodegenArtifactsTaskTest {
|
||||
writeText(
|
||||
"""
|
||||
{
|
||||
"name": "@a/libray",
|
||||
"name": "@a/library",
|
||||
"codegenConfig": {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user