Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d869ba0

Browse files
committed
list items for async component tests
1 parent a0c3425 commit d869ba0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
describe('Async components', function () {
2+
3+
describe('v-component', function () {
4+
// - normal
5+
// - dynamic
6+
// - nested component caching
7+
// - invalidate pending callback on teardown
8+
// - avoid duplicate requests
9+
})
10+
11+
describe('v-repeat', function () {
12+
// - normal
13+
// - invalidate on teardown
14+
// - warn for dynamic
15+
})
16+
17+
})

0 commit comments

Comments
 (0)