chore: remove test.only
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user