vue3-core/packages/runtime-core/__tests__
Evan You 870f2a7ba3 fix(watch): this.$watch should support watching keypath 2021-04-07 16:19:04 -04:00
..
components fix(runtime-core): avoid unmount teleport's children multiple times (#3499) 2021-03-29 15:15:08 -04:00
helpers fix(component): prioritize registered component over implicit self-reference via filename 2021-03-26 10:04:36 -04:00
apiAsyncComponent.spec.ts fix(runtime-core): fix async component ref handling (#3191) 2021-03-01 15:00:32 -05:00
apiCreateApp.spec.ts docs(type): remove unmount parameters (#2601) 2021-02-03 19:09:59 +01:00
apiExpose.spec.ts fix(runtime-core): align $parent/$root with the template ref when using expose (#3158) 2021-02-07 14:39:52 +01:00
apiInject.spec.ts types: use non-null assertion instead of explicit type cast (#2974) 2021-02-05 19:55:23 +01:00
apiLifecycle.spec.ts
apiOptions.spec.ts fix(runtime-core): should call chained mixins and extends (#3040) 2021-03-25 16:39:57 -04:00
apiSetupContext.spec.ts
apiSetupHelpers.spec.ts
apiTemplateRef.spec.ts
apiWatch.spec.ts fix(watch): this.$watch should support watching keypath 2021-04-07 16:19:04 -04:00
componentEmits.spec.ts test: typo in spy (#3556) 2021-04-07 14:19:12 +02:00
componentProps.spec.ts fix(runtime-core): ensure declare prop keys are always present 2021-04-01 20:25:12 -04:00
componentPublicInstance.spec.ts chore: rename test to match src filename 2021-03-01 12:30:04 -05:00
componentSlots.spec.ts
directives.spec.ts
errorHandling.spec.ts fix(runtime-core): handle error in async watchEffect (#3129) 2021-03-23 10:20:52 +01:00
h.spec.ts
hmr.spec.ts fix(Teleport): fallback to non-optimized mode when HRM performing updates (#3311) 2021-03-26 14:02:44 -04:00
hydration.spec.ts fix(hydration): handle camel-case tag name when performing match assertion (#3247) 2021-03-26 11:59:50 -04:00
misc.spec.ts
rendererAttrsFallthrough.spec.ts
rendererChildren.spec.ts
rendererComponent.spec.ts fix(runtime-core): should not cache property access during data() invocation (#3299) 2021-03-25 15:48:12 -04:00
rendererElement.spec.ts
rendererFragment.spec.ts
rendererOptimizedMode.spec.ts fix(runtime-core): fix render function + optimized slot edge case (#3523) 2021-04-01 19:28:58 -04:00
scheduler.spec.ts fix(scheduler): ensure updates are always inserted in ascending id order (#3184) 2021-02-25 09:37:25 -05:00
scopeId.spec.ts fix: ensure backwards compat for pre-compiled sfc components 2021-03-27 10:53:45 -04:00
vnode.spec.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
vnodeHooks.spec.ts