Evan You 9 lat temu
rodzic
commit
63fe7fc76d
1 zmienionych plików z 1 dodań i 1 usunięć
  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')