vue3-core/packages/reactivity/__tests__
Evan You 982a145d38 chore: Merge branch 'main' into minor 2023-12-11 22:03:28 +08:00
..
collections chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
computed.bench.ts ci: add continuous reactivity benchmark (#9638) 2023-12-08 21:26:48 +08:00
computed.spec.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
deferredComputed.spec.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
effect.spec.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
effectScope.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
gc.spec.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
reactive.spec.ts fix(reactivity): fix mutation on user proxy of reactive Array 2023-12-07 13:26:30 +08:00
reactiveArray.bench.ts ci: add continuous reactivity benchmark (#9638) 2023-12-08 21:26:48 +08:00
reactiveArray.spec.ts chore: Merge branch 'main' into minor 2023-12-11 22:03:28 +08:00
reactiveMap.bench.ts ci: add continuous reactivity benchmark (#9638) 2023-12-08 21:26:48 +08:00
reactiveObject.bench.ts ci: add continuous reactivity benchmark (#9638) 2023-12-08 21:26:48 +08:00
readonly.spec.ts fix(reactivity): clear method on readonly collections should return undefined (#7316) 2023-11-09 17:32:21 +08:00
ref.bench.ts ci: add continuous reactivity benchmark (#9638) 2023-12-08 21:26:48 +08:00
ref.spec.ts test(reactivity): use vitest fn instead of counting manually (#8476) 2023-07-11 17:37:56 +08:00
shallowReactive.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
shallowReadonly.spec.ts fix(reactivity): clear method on readonly collections should return undefined (#7316) 2023-11-09 17:32:21 +08:00