chore: bump @vant/cli@3.5.1 (#8221)

This commit is contained in:
neverland
2021-02-26 10:24:53 +08:00
committed by GitHub
parent 6aa2beeda4
commit 1dbe9c54eb
23 changed files with 403 additions and 203 deletions
+2 -2
View File
@@ -37,11 +37,11 @@ test('should emit "update:modelValue" and "change" event when radio is clicked',
await icons[2].trigger('click');
expect(wrapper.vm.result).toEqual('c');
expect(wrapper.emitted('change')[0]).toEqual(['c']);
expect(wrapper.emitted('change')![0]).toEqual(['c']);
await labels[1].trigger('click');
expect(wrapper.vm.result).toEqual('b');
expect(wrapper.emitted('change')[1]).toEqual(['b']);
expect(wrapper.emitted('change')![1]).toEqual(['b']);
await icons[3].trigger('click');
await labels[3].trigger('click');