chore: remove test.only

This commit is contained in:
chenjiahan 2020-07-14 11:52:22 +08:00
parent 5febb845d0
commit f782edc6a4

View File

@ -192,7 +192,7 @@ test('month-show event', async () => {
expect(wrapper.emitted('month-show')).toBeTruthy(); expect(wrapper.emitted('month-show')).toBeTruthy();
}); });
test.only('first day of week', async () => { test('first day of week', async () => {
const wrapper = mount(Calendar, { const wrapper = mount(Calendar, {
propsData: { propsData: {
poppable: false, poppable: false,