mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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();
|
||||
});
|
||||
|
||||
test.only('first day of week', async () => {
|
||||
test('first day of week', async () => {
|
||||
const wrapper = mount(Calendar, {
|
||||
propsData: {
|
||||
poppable: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user