vue3-yuanma/packages/runtime-core/__tests__
2020-09-14 20:50:06 -04:00
..
components fix(keep-alive): should use onMounted and onUpdated to invoke cacheSubtree (#1984) 2020-09-14 20:50:06 -04:00
helpers fix(sfc/scoped-style): inherit scopeId through nested HOCs with inheritAttrs: false 2020-09-01 18:56:02 -04:00
apiAsyncComponent.spec.ts feat(asyncComponent): add onError option for defineAsyncComponent 2020-04-07 14:34:42 -04:00
apiCreateApp.spec.ts fix(runtime-core): fix priority of option merging (#2041) 2020-09-03 10:35:43 -04:00
apiInject.spec.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00
apiLifecycle.spec.ts build(deps): upgrade to TypeScript 4 2020-08-20 17:48:28 -04:00
apiOptions.spec.ts fix(runtime-core/inject): handle optional from option in inject object config (#2073) 2020-09-14 12:52:19 -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/refs): handle multiple merged refs for dynamic component with vnode 2020-09-14 15:33:38 -04:00
apiWatch.spec.ts fix(watch): traverse refs in deep watch (#1939) 2020-08-23 14:41:11 -04:00
componentEmits.spec.ts fix(runtime-core): fix props/emits resolving with global mixins 2020-08-31 18:32:07 -04:00
componentProps.spec.ts fix(runtime-core): fix props/emits resolving with global mixins 2020-08-31 18:32:07 -04:00
componentProxy.spec.ts fix(runtime-core): check if the key is string on undefined property warning (#1731) 2020-07-29 10:06:36 -04:00
componentSlots.spec.ts test(runtime-core): add tests for componentSlots (#1940) 2020-08-26 12:17:21 -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): adjust error handling behavior 2020-07-28 10:40:25 -04:00
h.spec.ts feat(runtime-core): support variadic children in h for simple JSX compat 2020-08-21 21:54:33 -04:00
hmr.spec.ts test: fix hmr test 2020-06-12 17:17:01 -04:00
hydration.spec.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -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): v-model listeners that already exists on the component should not be merged (#2011) 2020-09-01 22:24:20 -04:00
rendererChildren.spec.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00
rendererComponent.spec.ts perf: should not trigger child update if changed prop is declared emit listener 2020-09-14 18:58:30 -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 fix: inherit el for static nodes inside keyed template fragment (#2089) 2020-09-14 16:02:29 -04:00
rendererOptimizedMode.spec.ts fix(runtime-core): enable block tracking when normalizing plain element with slot children (#1987) 2020-09-01 12:38:47 -04:00
scheduler.spec.ts fix(runtime-core/scheduler): handle nested flushPostFlushCbs calls 2020-08-24 18:47:15 -04:00
vnode.spec.ts test: fix cloneVNode ref tests 2020-09-14 18:55:00 -04:00
vnodeHooks.spec.ts test(runtime-core): tests for vnode hooks 2020-03-18 16:35:04 -04:00