vue3-yuanma/packages/runtime-core/__tests__
2020-07-21 13:11:19 -04:00
..
components fix(watch): post flush watchers should not fire when component is unmounted 2020-07-17 11:17:29 -04:00
helpers feat: Initial devtools support (#1125) 2020-07-16 18:18:52 -04:00
apiAsyncComponent.spec.ts feat(asyncComponent): add onError option for defineAsyncComponent 2020-04-07 14:34:42 -04:00
apiCreateApp.spec.ts feat(runtime-core): support app.config.globalProperties 2020-03-25 09:28:43 -04:00
apiInject.spec.ts fix(inject): allow default value to be undefined (#894) 2020-03-30 15:24:55 -04:00
apiLifecycle.spec.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
apiOptions.spec.ts feat(types): mixins/extends support in TypeScript (#626) 2020-06-09 10:37:00 -04:00
apiSetupContext.spec.ts refactor(runtime-core): refactor props resolution 2020-04-06 17:37:47 -04:00
apiTemplateRef.spec.ts fix(runtime-core/template-ref): template ref used in the same template should trigger update 2020-07-06 16:40:00 -04:00
apiWatch.spec.ts fix(watch): fix watching reactive array (#1656) 2020-07-20 12:39:22 -04:00
componentEmits.spec.ts refactor: adjust event options handling to be JSX friendly 2020-07-14 13:20:59 -04:00
componentProps.spec.ts feat: Initial devtools support (#1125) 2020-07-16 18:18:52 -04:00
componentProxy.spec.ts fix(runtime-core): fix user attched public instance properties that start with "$" 2020-04-17 10:23:10 -04:00
componentSlots.spec.ts refactor(runtime-core): remove emit return value 2020-04-10 10:59:46 -04:00
directives.spec.ts Revert "refactor(directives): remove binding.instance" 2020-03-16 13:06:46 -04:00
errorHandling.spec.ts refactor(runtime-core): remove emit return value 2020-04-10 10:59:46 -04:00
h.spec.ts fix(types): add RawSlots in h signature (#1293) 2020-06-12 10:38:56 -04:00
hmr.spec.ts test: fix hmr test 2020-06-12 17:17:01 -04:00
hydration.spec.ts feat(ssr): renderToStream (#1197) 2020-06-26 11:09:47 -04:00
misc.spec.ts refactor(reactivity): use more efficient reactive checks 2020-05-02 16:58:17 -04:00
rendererAttrsFallthrough.spec.ts fix(runtime-core): fix attr fallthrough on compiled framgent w/ single static element + comments 2020-07-21 13:11:19 -04:00
rendererChildren.spec.ts test: improve coverage 2020-07-15 10:38:45 -04:00
rendererComponent.spec.ts test(runtime-core): add test for rendererComponent (#1393) 2020-07-15 09:34:23 -04:00
rendererElement.spec.ts test(runtime-core/renderer): tests for rendering elements (#699) 2020-03-09 17:08:05 -04:00
rendererFragment.spec.ts test: improve coverage 2020-07-15 10:38:45 -04:00
rendererOptimizedMode.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
scheduler.spec.ts perf(runtime-core): avoid duplicate postFlushCb invocation 2020-07-15 22:36:41 -04:00
vnode.spec.ts test: assert vnode invalid key warning for NaN 2020-07-08 11:48:12 -04:00
vnodeHooks.spec.ts test(runtime-core): tests for vnode hooks 2020-03-18 16:35:04 -04:00