remove it.only, ref #4779

This commit is contained in:
afc163 2017-02-07 21:21:51 +08:00
parent a585f603d0
commit 93e152268c

View File

@ -78,7 +78,7 @@ describe('Table.pagination', () => {
// https://github.com/ant-design/ant-design/issues/4532
// http://codepen.io/anon/pen/NdGgga?editors=001
it.only('should have pager when change pagination from false to undefined', () => {
it('should have pager when change pagination from false to undefined', () => {
const wrapper = mount(createTable({ pagination: false }));
expect(wrapper.find('.ant-pagination')).toHaveLength(0);
wrapper.setProps({ pagination: undefined });