chore: prettier test files

This commit is contained in:
陈嘉涵
2020-01-19 16:16:54 +08:00
parent 82208c42b8
commit 2adcfd8b8b
15 changed files with 65 additions and 32 deletions
+4 -1
View File
@@ -59,7 +59,10 @@ test('formatter prop', async () => {
wrapper.find('.van-picker-column ul').trigger('transitionend');
await later();
expect(wrapper.emitted('change')[0][0].getValues()).toEqual(['20 hour', '00 minute']);
expect(wrapper.emitted('change')[0][0].getValues()).toEqual([
'20 hour',
'00 minute',
]);
});
test('confirm event', () => {