Skip to content

Commit 3300307

Browse files
committed
Enable test for non-__DEV__
1 parent e8a6f54 commit 3300307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/__tests__/ReactChildren-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,6 @@ describe('ReactChildren', () => {
10391039
});
10401040
});
10411041

1042-
// @gate __DEV__
10431042
it('does not throw on children without `_store`', async () => {
10441043
function ComponentRenderingFlattenedChildren({children}) {
10451044
return <div>{React.Children.toArray(children)}</div>;

0 commit comments

Comments
 (0)