Skip to content

Commit f67b20b

Browse files
committed
fixup! update test
1 parent d5eae2d commit f67b20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/scripts/cocoapods/__tests__/codegen_utils-test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def testUseReactCodegenDiscovery_whenParametersAreGood_executeCodegen
382382
assert_equal(codegen_utils_mock.get_react_codegen_spec_params, [{
383383
:fabric_enabled => false,
384384
:folly_version=>"2021.07.22.00",
385-
:package_json_file => "#{app_path}../node_modules/react-native/package.json",
385+
:package_json_file => "#{app_path}/ios/../node_modules/react-native/package.json",
386386
:script_phases => "echo TestScript"
387387
}])
388388
assert_equal(codegen_utils_mock.generate_react_codegen_spec_params, [{

0 commit comments

Comments
 (0)