Skip to content

Commit cabb31d

Browse files
committed
Fix tests
1 parent 6567924 commit cabb31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/__tests__/ReactSymbols-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('ReactSymbols', () => {
3232
const originalSymbolFor = global.Symbol.for;
3333
global.Symbol.for = null;
3434
try {
35-
const entries = Object.entries(require('shared/ReactSymbols')).filter(
35+
const entries = Object.entries(require('shared/ReactSymbols.www')).filter(
3636
// REACT_ASYNC_MODE_TYPE and REACT_CONCURRENT_MODE_TYPE have the same numeric value
3737
// for legacy backwards compatibility
3838
([key]) => key !== 'REACT_ASYNC_MODE_TYPE',

0 commit comments

Comments
 (0)