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 52bea95 commit f00c275Copy full SHA for f00c275
scripts/rollup/bundles.js
@@ -459,7 +459,7 @@ const bundles = [
459
moduleType: ISOMORPHIC,
460
entry: 'jest-react',
461
global: 'JestReact',
462
- externals: ['jest-diff'],
+ externals: [],
463
},
464
465
/******* Jest Scheduler (experimental) *******/
@@ -468,7 +468,7 @@ const bundles = [
468
469
entry: 'jest-mock-scheduler',
470
global: 'JestMockScheduler',
471
472
473
474
/******* ESLint Plugin for Hooks (proposal) *******/
0 commit comments