diff --git a/test/unit/features/directives/class.spec.js b/test/unit/features/directives/class.spec.js index e04cc95c882..49ceac7b1ed 100644 --- a/test/unit/features/directives/class.spec.js +++ b/test/unit/features/directives/class.spec.js @@ -166,7 +166,7 @@ describe('Directive v-bind:class', () => { it('corrects whitespace in staticClass merge in a component', done => { const vm = new Vue({ template: ` - + `, data: { @@ -174,7 +174,7 @@ describe('Directive v-bind:class', () => { }, components: { component1: { - template: '
' + template: '
' }, } }).$mount()