diff --git a/components/radio/__tests__/group.test.js b/components/radio/__tests__/group.test.js index e279b9f0c8..c43978b021 100644 --- a/components/radio/__tests__/group.test.js +++ b/components/radio/__tests__/group.test.js @@ -154,9 +154,6 @@ describe('Radio', () => { }); it('optional should correct render', () => { - if (process.env.REACT === '15') { - return; - } const wrapper = mount(createRadioGroupByOption()); const radios = wrapper.find('input');