Evan You пре 9 година
родитељ
комит
b3710e07e9
1 измењених фајлова са 1 додато и 1 уклоњено
  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'
       },