vue3-yuanma/packages/runtime-core/__tests__
Tim van den Eijnden 0177355242 fix: add warnings (#82)
* fix: add warnings

- invalid watch handler path
- attempting to mutate readonly computed value
- attempt of mutating public property
- attempt of mutating prop

* fix: more descriptive warnings + details

* fix: test apiOptions warnings

* fix: update warning in componentProxy

* fix: update warnings in componentProxy & apiOptions

* fix: update warning in componentProxy

* fix: implemented tests for componentProxy

* fix: remove comment + small refactor
2019-10-09 14:03:21 -04:00
..
helpers test(runtime-core): createSlots method (#119) 2019-10-06 20:19:44 -04:00
apiApp.spec.ts test: improve tests and typing for runtime-core (#100) 2019-10-05 15:37:55 -04:00
apiCreateComponent.spec.tsx test: improve tests and typing for runtime-core (#100) 2019-10-05 15:37:55 -04:00
apiInject.spec.ts test: coverage 2019-08-27 14:42:05 -04:00
apiLifecycle.spec.ts test: add test case for regsitering onBeforeUnmount inside onMounted 2019-08-30 13:48:27 -04:00
apiOptions.spec.ts fix: add warnings (#82) 2019-10-09 14:03:21 -04:00
apiSetupContext.spec.ts test: improve tests and typing for runtime-core (#100) 2019-10-05 15:37:55 -04:00
apiTemplateRef.spec.ts test: test for template ref usage in setup() 2019-08-29 16:39:23 -04:00
apiWatch.spec.ts test: tests for lifecycle api 2019-08-28 12:13:36 -04:00
component.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
componentProxy.spec.ts fix: add warnings (#82) 2019-10-09 14:03:21 -04:00
directives.spec.ts types: improve type exports 2019-09-06 12:58:31 -04:00
errorHandling.spec.ts chore: fix typos (#103) 2019-10-05 10:48:54 -04:00
h.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererAttrsFallthrough.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererChildren.spec.ts test: add tests for rendererChildren (#52) 2019-09-20 18:17:35 -04:00
rendererElement.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererFragment.spec.ts chore: fix outdated patchFlag 2019-10-02 10:59:47 -04:00
rendererOptimizedMode.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererPortal.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererSuspense.spec.ts test: improve tests and typing for runtime-core (#100) 2019-10-05 15:37:55 -04:00
vnode.spec.ts test(vnode): partial tests for vnode creation (#116) 2019-10-09 10:28:43 -04:00