From 1301d3c19bab32edd0410175432c116a62a1bfee Mon Sep 17 00:00:00 2001 From: Ruslan Shestopalyuk Date: Tue, 28 Mar 2023 14:25:33 -0700 Subject: [PATCH] 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 --- BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUCK b/BUCK index 0e0de2f5f92..a0ff0f8401d 100644 --- a/BUCK +++ b/BUCK @@ -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",