Skip to content

Commit 678fbd3

Browse files
committed
test: fix linting error
1 parent 2f8e0b1 commit 678fbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/shallow.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('shallow', () => {
130130
})
131131

132132
it('stubs Vue class component children', () => {
133-
if(vueVersion < 2.3) {
133+
if (vueVersion < 2.3) {
134134
return
135135
}
136136
const wrapper = shallow(ComponentAsAClassWithChild)

0 commit comments

Comments
 (0)