chore: remove test.only

This commit is contained in:
chenjiahan 2020-06-05 22:05:51 +08:00
parent 2f2760aba6
commit df69c2d56e

View File

@ -181,7 +181,7 @@ test('lazy-render prop', () => {
expect(wrapper).toMatchSnapshot(); expect(wrapper).toMatchSnapshot();
}); });
test.only('month-show event', async () => { test('month-show event', async () => {
const wrapper = mount(Calendar, { const wrapper = mount(Calendar, {
propsData: { propsData: {
value: true, value: true,