Skip to content

Commit

Permalink
Update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed May 3, 2022
1 parent cabb31d commit c6a4b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/jest/setupTests.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jest.mock('shared/ReactFeatureFlags', () => {
return wwwFlags;
});

jest.mock('shared/ReactSymbols', () => {
return jest.requireActual('shared/ReactSymbols.www');
});

jest.mock('scheduler/src/SchedulerFeatureFlags', () => {
const schedulerSrcPath = process.cwd() + '/packages/scheduler';
jest.mock(
Expand Down

0 comments on commit c6a4b18

Please sign in to comment.