We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7f32 commit a11ba69Copy full SHA for a11ba69
test/unit/features/component/component-keep-alive.spec.js
@@ -3,7 +3,7 @@ import injectStyles from '../transition/inject-styles'
3
import { isIE9 } from 'core/util/env'
4
import { nextFrame } from 'web/runtime/transition-util'
5
6
-fdescribe('Component keep-alive', () => {
+describe('Component keep-alive', () => {
7
const { duration, buffer } = injectStyles()
8
let components, one, two, el
9
beforeEach(() => {
0 commit comments