瀏覽代碼

fix eslint in tests

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'
       },