Browse Source

fix eslint in tests

Evan You 9 years ago
parent
commit
b3710e07e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/features/directives/model-select.spec.js

+ 1 - 1
test/unit/features/directives/model-select.spec.js

@@ -205,7 +205,7 @@ describe('Directive v-model select', () => {
   })
 
   it('should warn multiple with non-Array value', () => {
-    const vm = new Vue({
+    new Vue({
       data: {
         test: 'meh'
       },