vue3-core/packages/runtime-core/__tests__
Evan You 94fa67a4f7 fix(hmr): force update cached slots during HMR
close #7155
close #7158
2023-04-20 10:06:06 +08:00
..
components wip(vitest-migration): runtime-core tests passing 2023-01-26 20:48:47 +08:00
helpers wip(vitest-migration): runtime-core tests passing 2023-01-26 20:48:47 +08:00
apiAsyncComponent.spec.ts chore: fix types 2023-02-02 15:27:29 +08:00
apiCreateApp.spec.ts feat(app): app.runWithContext() (#7451) 2023-04-05 15:18:13 +08:00
apiExpose.spec.ts dx(runtime-core): warn when expose() is misused (#7221) 2023-01-09 15:23:10 +01:00
apiInject.spec.ts fix(runtime-core): bind default function of inject to instance (#3925) 2021-06-09 12:02:05 -04:00
apiLifecycle.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
apiOptions.spec.ts feat(types): `defineComponent()` with generics support (#7963) 2023-03-27 18:28:43 +08:00
apiSetupContext.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
apiSetupHelpers.spec.ts feat(sfc): introduce `defineModel` macro and `useModel` helper (#8018) 2023-04-08 12:13:05 +08:00
apiWatch.spec.ts chore: fix jest reference in merged test case 2023-02-01 16:50:13 +08:00
componentEmits.spec.ts fix(runtime-core): properly merge props and emits options from mixins (#8052) 2023-04-10 15:06:21 +08:00
componentProps.spec.ts feat(runtime-core): add skipCheck for prop (#7548) 2023-03-28 22:29:54 +08:00
componentPublicInstance.spec.ts wip(vitest-migration): runtime-core tests passing 2023-01-26 20:48:47 +08:00
componentSlots.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
directives.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
errorHandling.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08: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): force update cached slots during HMR 2023-04-20 10:06:06 +08:00
hydration.spec.ts wip(vitest-migration): runtime-core tests passing 2023-01-26 20:48:47 +08:00
misc.spec.ts refactor(reactivity): use more efficient reactive checks 2020-05-02 16:58:17 -04:00
rendererAttrsFallthrough.spec.ts wip(vitest-migration): runtime-core tests passing 2023-01-26 20:48:47 +08:00
rendererChildren.spec.ts fix(build): avoid const enum conflicts 2023-02-06 09:44:12 +08:00
rendererComponent.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08: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(build): avoid const enum conflicts 2023-02-06 09:44:12 +08:00
rendererOptimizedMode.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
rendererTemplateRef.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
scheduler.spec.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
scopeId.spec.ts fix(runtime-core): set scope id before props (#6948) 2022-11-13 22:53:46 -05:00
vnode.spec.ts chore: remove duplicate test (#8003) 2023-04-04 18:20:56 +08:00
vnodeHooks.spec.ts fix(build): avoid const enum conflicts 2023-02-06 09:44:12 +08:00