vue3-yuanma/packages/runtime-core/__tests__
2021-02-03 19:09:59 +01:00
..
components fix(teleport): Teleport into SVG elements (#2648) 2020-11-30 17:30:41 -05:00
helpers fix(slots): should render fallback content when slot content contains no valid nodes (#2485) 2020-11-26 11:35:45 -05:00
apiAsyncComponent.spec.ts fix(async-component): forward refs on async component wrapper 2020-11-30 18:59:14 -05:00
apiCreateApp.spec.ts docs(type): remove unmount parameters (#2601) 2021-02-03 19:09:59 +01:00
apiExpose.spec.ts wip: optimize expose 2020-11-16 11:28:37 -05:00
apiInject.spec.ts fix(runtime-core): prevent self-injection (#2424) 2020-10-19 20:45:48 -04:00
apiLifecycle.spec.ts build(deps): upgrade to TypeScript 4 2020-08-20 17:48:28 -04:00
apiOptions.spec.ts fix(provide): support symbols in applyOptions (#2616) 2020-11-30 16:36:02 -05:00
apiSetupContext.spec.ts refactor(runtime-core): refactor props resolution 2020-04-06 17:37:47 -04:00
apiSetupHelpers.spec.ts test: tests for script setup helpers 2020-11-26 10:01:36 -05: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(runtime-core): ensure watchers are always registered to correct instance owner (#2495) 2020-11-27 09:31:50 -05:00
componentEmits.spec.ts fix(runtime-core): fix emit listener check on kebab-case events (#2542) 2020-11-27 15:24:29 -05: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): fix updates for imported but not yet rendered components 2020-10-26 17:52:27 -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(attr-fallthrough): ensure consistent attr fallthrough for root fragments with comments 2020-11-27 18:04:26 -05:00
rendererChildren.spec.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00
rendererComponent.spec.ts build(deps-dev): handle @types/jest bump 2020-12-02 17:05:30 -05: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): non-stable Fragment should always unmount its children (#2445) 2020-10-20 14:59:55 -04:00
scheduler.spec.ts fix(runtime-core/scheduler): handle nested flushPostFlushCbs calls 2020-08-24 18:47:15 -04:00
vnode.spec.ts build(deps-dev): handle @types/jest bump 2020-12-02 17:05:30 -05:00
vnodeHooks.spec.ts test(runtime-core): tests for vnode hooks 2020-03-18 16:35:04 -04:00