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
+3 -1
View File
@@ -419,7 +419,9 @@ test('should scroll to current month when show', async done => {
});
Element.prototype.scrollIntoView = function() {
expect(this.parentNode).toEqual(wrapper.findAll('.van-calendar__month').at(3).element);
expect(this.parentNode).toEqual(
wrapper.findAll('.van-calendar__month').at(3).element
);
done();
};