mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Refer BUCK file for WebPerformance tests to the new location in packages (#36687)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36687 ## Changelog: This apparently fell into the cracks during the recent (awesome! :)) monorepo migration, as the result the tests set for `WebPerformance` became empty. Reviewed By: hoxyq Differential Revision: D44466070 fbshipit-source-id: b13a696e73b18823f975946e8bc2e99d800d8891
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a881269503
commit
1301d3c19b
@@ -1492,9 +1492,9 @@ rn_xplat_cxx_library(
|
||||
fb_xplat_cxx_test(
|
||||
name = "RCTWebPerformance_tests",
|
||||
srcs = glob([
|
||||
"Libraries/WebPerformance/__tests__/*.cpp",
|
||||
"packages/react-native/Libraries/WebPerformance/__tests__/*.cpp",
|
||||
]),
|
||||
headers = glob(["Libraries/WebPerformance/__tests__/*.h"]),
|
||||
headers = glob(["packages/react-native/Libraries/WebPerformance/__tests__/*.h"]),
|
||||
header_namespace = "",
|
||||
compiler_flags = [
|
||||
"-fexceptions",
|
||||
|
||||
Reference in New Issue
Block a user