Skip to content

Commit 822c53e

Browse files
committed
test: fix linting errors
1 parent b167d3e commit 822c53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/mount/Wrapper/html.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('html', () => {
2626
})
2727

2828
it('handles class component', () => {
29-
if(vueVersion < 2.3) {
29+
if (vueVersion < 2.3) {
3030
return
3131
}
3232
const wrapper = mount(ComponentAsAClass)

0 commit comments

Comments
 (0)