Skip to content

Commit

Permalink
test(*): remove only on test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Jun 9, 2022
1 parent 9ed19af commit f780d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/time-picker2/index-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ describe('TimePicker2', () => {

assert.deepEqual(getStrValue(wrapper), ['11:12:13', '12:00:00'])
})
it.only('should render with value controlled', () => {
it('should render with value controlled', () => {
wrapper = mount(<TimeRangePicker value={[defaultValue, defaultValue.add(1, 'hours')]} />);

assert.deepEqual(getStrValue(wrapper), ['11:12:13', '12:12:13'])
Expand Down

0 comments on commit f780d30

Please sign in to comment.