Skip to content

Commit 63fe7fc

Browse files
committed
fix spec fit
1 parent 299f529 commit 63fe7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/features/transition/transition.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ if (!isIE9) {
253253
}).then(done)
254254
})
255255

256-
fit('transition events (v-show)', done => {
256+
it('transition events (v-show)', done => {
257257
const onLeaveSpy = jasmine.createSpy('leave')
258258
const onEnterSpy = jasmine.createSpy('enter')
259259
const beforeLeaveSpy = jasmine.createSpy('beforeLeave')

0 commit comments

Comments
 (0)