Explorar o código

fix test in phantomjs

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
7913a96ccb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/features/options/directives.spec.js

+ 1 - 1
test/unit/features/options/directives.spec.js

@@ -92,7 +92,7 @@ describe('Options directives', () => {
 
   it('warn non-existent', () => {
     new Vue({
-      template: '<div v-test="a"></div>'
+      template: '<div v-test></div>'
     }).$mount()
     expect('Failed to resolve directive: test').toHaveBeenWarned()
   })