Skip to content

Commit a11ba69

Browse files
committed
remove fdescribe
1 parent e5d7f32 commit a11ba69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/features/component/component-keep-alive.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import injectStyles from '../transition/inject-styles'
33
import { isIE9 } from 'core/util/env'
44
import { nextFrame } from 'web/runtime/transition-util'
55

6-
fdescribe('Component keep-alive', () => {
6+
describe('Component keep-alive', () => {
77
const { duration, buffer } = injectStyles()
88
let components, one, two, el
99
beforeEach(() => {

0 commit comments

Comments
 (0)