mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add NativeCxxModuleExampleTests (#52653)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in https://github.com/facebook/react-native/pull/52477 Reviewed By: alanleedev Differential Revision: D78250302 fbshipit-source-id: 278655779dd17550be9c579d84cc1f7b6e45230d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cb94e71845
commit
ff85e2f6dd
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
|
||||
s.compiler_flags = '-Wno-nullability-completeness'
|
||||
s.author = "Meta Platforms, Inc. and its affiliates"
|
||||
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "#{s.version}" }
|
||||
s.source_files = "**/*.{h,cpp}"
|
||||
s.source_files = "*.{h,cpp}"
|
||||
s.requires_arc = true
|
||||
s.pod_target_xcconfig = {
|
||||
"USE_HEADERMAP" => "YES",
|
||||
|
||||
Reference in New Issue
Block a user