diff --git a/src/calendar/test/prop.spec.js b/src/calendar/test/prop.spec.js index 0ec7da118..3a8a8e183 100644 --- a/src/calendar/test/prop.spec.js +++ b/src/calendar/test/prop.spec.js @@ -192,7 +192,7 @@ test('month-show event', async () => { expect(wrapper.emitted('month-show')).toBeTruthy(); }); -test.only('first day of week', async () => { +test('first day of week', async () => { const wrapper = mount(Calendar, { propsData: { poppable: false,