Skip to content

Commit c6a4b18

Browse files
committed
Update jest config
1 parent cabb31d commit c6a4b18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/jest/setupTests.www.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jest.mock('shared/ReactFeatureFlags', () => {
1919
return wwwFlags;
2020
});
2121

22+
jest.mock('shared/ReactSymbols', () => {
23+
return jest.requireActual('shared/ReactSymbols.www');
24+
});
25+
2226
jest.mock('scheduler/src/SchedulerFeatureFlags', () => {
2327
const schedulerSrcPath = process.cwd() + '/packages/scheduler';
2428
jest.mock(

0 commit comments

Comments
 (0)