Evan You hace 9 años
padre
commit
63fe7fc76d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/unit/features/transition/transition.spec.js

+ 1 - 1
test/unit/features/transition/transition.spec.js

@@ -253,7 +253,7 @@ if (!isIE9) {
       }).then(done)
     })
 
-    fit('transition events (v-show)', done => {
+    it('transition events (v-show)', done => {
       const onLeaveSpy = jasmine.createSpy('leave')
       const onEnterSpy = jasmine.createSpy('enter')
       const beforeLeaveSpy = jasmine.createSpy('beforeLeave')