vue3-core/packages/reactivity/__tests__
三咲智子 Kevin Deng b1fe48d851
ci: add continuous reactivity benchmark (#9638)
2023-12-08 21:26:48 +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 chore(types): remove unnecessary @ts-ignore or use @ts-expected-error (#7178) 2023-07-10 18:00:32 +08:00
deferredComputed.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08:00
effect.spec.ts fix(reactivity): assigning array.length while observing a symbol property (#7568) 2023-10-21 09:48:59 +08:00
effectScope.spec.ts chore: remove unnecessary imports (#8262) 2023-05-19 07:54:12 +08: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 fix(reactivity): fix mutation on user proxy of reactive Array 2023-12-07 13:26:30 +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