vue3-core/packages/runtime-core/__tests__
Evan You 00f6031fbf test: assert vnode invalid key warning for NaN 2020-07-08 11:48:12 -04:00
..
components fix(keep-alive): fix keep-alive with scopeId/fallthrough attrs 2020-07-06 18:17:40 -04:00
helpers chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
apiAsyncComponent.spec.ts
apiCreateApp.spec.ts
apiInject.spec.ts
apiLifecycle.spec.ts
apiOptions.spec.ts feat(types): mixins/extends support in TypeScript (#626) 2020-06-09 10:37:00 -04:00
apiSetupContext.spec.ts
apiTemplateRef.spec.ts fix(runtime-core/template-ref): template ref used in the same template should trigger update 2020-07-06 16:40:00 -04:00
apiWatch.spec.ts feat(watch): support directly watching reactive object in multiple sources with deep default (#1201) 2020-05-18 11:02:51 -04:00
componentEmits.spec.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
componentProps.spec.ts fix(runtime-core): should remove no longer present camelCase props (#1413) 2020-06-26 09:16:06 -04:00
componentProxy.spec.ts
componentSlots.spec.ts
directives.spec.ts
errorHandling.spec.ts
h.spec.ts fix(types): add RawSlots in h signature (#1293) 2020-06-12 10:38:56 -04:00
hmr.spec.ts test: fix hmr test 2020-06-12 17:17:01 -04:00
hydration.spec.ts feat(ssr): renderToStream (#1197) 2020-06-26 11:09:47 -04:00
misc.spec.ts refactor(reactivity): use more efficient reactive checks 2020-05-02 16:58:17 -04:00
rendererAttrsFallthrough.spec.ts
rendererChildren.spec.ts
rendererComponent.spec.ts test: bump jest 2020-06-16 12:11:51 -04:00
rendererElement.spec.ts
rendererFragment.spec.ts
rendererOptimizedMode.spec.ts
scheduler.spec.ts
vnode.spec.ts test: assert vnode invalid key warning for NaN 2020-07-08 11:48:12 -04:00
vnodeHooks.spec.ts