From df69c2d56eb26c04789f85b65c65b5f137dbaaa3 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Fri, 5 Jun 2020 22:05:51 +0800 Subject: [PATCH] chore: remove test.only --- src/calendar/test/prop.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calendar/test/prop.spec.js b/src/calendar/test/prop.spec.js index 6d8ec8ec7..726e7dfef 100644 --- a/src/calendar/test/prop.spec.js +++ b/src/calendar/test/prop.spec.js @@ -181,7 +181,7 @@ test('lazy-render prop', () => { expect(wrapper).toMatchSnapshot(); }); -test.only('month-show event', async () => { +test('month-show event', async () => { const wrapper = mount(Calendar, { propsData: { value: true,