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();
});
test.only('month-show event', async () => {
test('month-show event', async () => {
const wrapper = mount(Calendar, {
propsData: {
value: true,