2
0
Эх сурвалжийг харах

list items for async component tests

Evan You 11 жил өмнө
parent
commit
d869ba0550

+ 17 - 0
test/unit/specs/async_component_spec.js

@@ -0,0 +1,17 @@
+describe('Async components', function () {
+
+  describe('v-component', function () {
+    // - normal
+    // - dynamic
+    // - nested component caching
+    // - invalidate pending callback on teardown
+    // - avoid duplicate requests
+  })
+
+  describe('v-repeat', function () {
+    // - normal
+    // - invalidate on teardown
+    // - warn for dynamic
+  })
+
+})