Skip to content

Commit f764b7c

Browse files
committed
blah x2
1 parent f3e156b commit f764b7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/jest/setupTests.xplat.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jest.mock('shared/ReactFeatureFlags', () => {
1111
'shared/forks/ReactFeatureFlags.native-fb.js'
1212
);
1313

14+
actual.enableOwnerStacks = __VARIANT__;
15+
1416
// Lots of tests use these, but we don't want to expose it to RN.
1517
// Ideally, tests for xplat wouldn't use react-dom, but many of our tests do.
1618
// Since the xplat tests run with the www entry points, some of these flags

0 commit comments

Comments
 (0)