Skip to content

Commit a17a700

Browse files
rubennortefacebook-github-bot
authored andcommitted
Remove unnecessary feature flags from fantom tests (#52101)
Summary: Pull Request resolved: #52101 Changelog: [internal] `enableAccessToHostTreeInFabric` is enabled by default in tests, so doesn't need to be explicitly set. Reviewed By: lenaic Differential Revision: D76894319 fbshipit-source-id: 437a763bd9c557ecbafa53e31410da1120151b86
1 parent f70c01c commit a17a700

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native/src/private/renderer/consistency/__tests__/UIConsistency-itest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @fantom_flags enableAccessToHostTreeInFabric:true
87
* @fantom_flags enableSynchronousStateUpdates:true
98
* @flow strict-local
109
* @format

packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-benchmark-itest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @fantom_flags enableAccessToHostTreeInFabric:true enableIntersectionObserverEventLoopIntegration:*
7+
* @fantom_flags enableIntersectionObserverEventLoopIntegration:*
88
* @flow strict-local
99
* @format
1010
*/

0 commit comments

Comments
 (0)