mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 05:27:59 +08:00
remove fdescribe
This commit is contained in:
parent
e5d7f32cf6
commit
a11ba69094
@ -3,7 +3,7 @@ import injectStyles from '../transition/inject-styles'
|
||||
import { isIE9 } from 'core/util/env'
|
||||
import { nextFrame } from 'web/runtime/transition-util'
|
||||
|
||||
fdescribe('Component keep-alive', () => {
|
||||
describe('Component keep-alive', () => {
|
||||
const { duration, buffer } = injectStyles()
|
||||
let components, one, two, el
|
||||
beforeEach(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user