فهرست منبع

list items for async component tests

Evan You 11 سال پیش
والد
کامیت
d869ba0550
1فایلهای تغییر یافته به همراه17 افزوده شده و 0 حذف شده
  1. 17 0
      test/unit/specs/async_component_spec.js

+ 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
+  })
+
+})