We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e156b commit f764b7cCopy full SHA for f764b7c
1 file changed
scripts/jest/setupTests.xplat.js
@@ -11,6 +11,8 @@ jest.mock('shared/ReactFeatureFlags', () => {
11
'shared/forks/ReactFeatureFlags.native-fb.js'
12
);
13
14
+ actual.enableOwnerStacks = __VARIANT__;
15
+
16
// Lots of tests use these, but we don't want to expose it to RN.
17
// Ideally, tests for xplat wouldn't use react-dom, but many of our tests do.
18
// Since the xplat tests run with the www entry points, some of these flags
0 commit comments