We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b167d3e commit 822c53eCopy full SHA for 822c53e
test/unit/specs/mount/Wrapper/html.spec.js
@@ -26,7 +26,7 @@ describe('html', () => {
26
})
27
28
it('handles class component', () => {
29
- if(vueVersion < 2.3) {
+ if (vueVersion < 2.3) {
30
return
31
}
32
const wrapper = mount(ComponentAsAClass)
0 commit comments