mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
test: leaving snapshots before and after changes
This commit is contained in:
parent
c5290d2ee8
commit
0d4828059a
File diff suppressed because it is too large
Load Diff
@ -166,6 +166,7 @@ describe('Calendar', () => {
|
||||
const onPanelChange = jest.fn();
|
||||
const date = new Moment('1990-09-03');
|
||||
const wrapper = mount(<Calendar onPanelChange={onPanelChange} value={date} />);
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
expect(wrapper.state().mode).toBe('month');
|
||||
wrapper
|
||||
.find('.ant-radio-button-input')
|
||||
|
Loading…
Reference in New Issue
Block a user