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:
Ruslan Shestopalyuk
2023-03-28 14:25:33 -07:00
committed by Facebook GitHub Bot
parent a881269503
commit 1301d3c19b
+2 -2
View File
@@ -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",