vue3-yuanma/packages/runtime-core/__tests__
2020-10-13 16:28:24 -04:00
..
components fix(runtime-core): make errorCaptured return value handling consistent with Vue 2 (#2289) 2020-10-05 17:37:26 -04:00
helpers fix(v-for): handle and warn when v-for receives non-integer range number (#2247) 2020-10-13 16:28:24 -04:00
apiAsyncComponent.spec.ts fix(runtime-core/async-component): fix error component when there are no error handlers 2020-09-16 11:10:16 -04:00
apiCreateApp.spec.ts test(runtime-core): test app API warnings (#2079) 2020-09-14 21:48:38 -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): fix provide function data access in extends/mixins 2020-10-07 21:47:01 -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(reactivity): should not trigger watch on computed ref when value is unchanged 2020-10-06 18:16:20 -04:00
componentEmits.spec.ts fix(runtime-core): use consistent camelCase event casing for render functions (#2278) 2020-10-06 18:28:56 -04:00
componentProps.spec.ts feat(runtime-core): support using inject() inside props default functions 2020-09-17 15:59:01 -04:00
componentProxy.spec.ts fix(runtime-core): ensure this context for $nextTick callback 2020-10-05 18:18:38 -04:00
componentSlots.spec.ts test(runtime-core): add tests for componentSlots (#1940) 2020-08-26 12:17:21 -04:00
directives.spec.ts fix(runtime-core): fix directive merging on component root 2020-10-07 22:02:32 -04:00
errorHandling.spec.ts fix(runtime-core): error handling for created/beforeCreate hooks 2020-10-07 16:58:19 -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 fix(hmr): make hmr working with class components (#2144) 2020-09-18 00:14:59 -04:00
hydration.spec.ts feat: update Suspense usage (#2099) 2020-09-15 12:45:06 -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 fix(reactivity): should add allowRecurse to the effect (#2213) 2020-10-05 16:36:02 -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): fix duplicated unmount traversal in optimized mode 2020-09-22 11:38:15 -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(runtime-core): show warn when create with invalid type (#2128) 2020-10-13 15:27:21 -04:00
vnodeHooks.spec.ts test(runtime-core): tests for vnode hooks 2020-03-18 16:35:04 -04:00