mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
chore: remove test.only
This commit is contained in:
parent
5febb845d0
commit
f782edc6a4
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user