From: Evan You Date: Sun, 14 Apr 2024 14:49:16 +0000 (+0800) Subject: chore: amend test case name [ci skip] X-Git-Tag: v3.4.22~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4684d3161505d15c585a5dd0f095cdd527d45b5;p=thirdparty%2Fvuejs%2Fcore.git chore: amend test case name [ci skip] --- diff --git a/packages/reactivity/__tests__/reactiveArray.spec.ts b/packages/reactivity/__tests__/reactiveArray.spec.ts index d405608f8c..e32b5deeb6 100644 --- a/packages/reactivity/__tests__/reactiveArray.spec.ts +++ b/packages/reactivity/__tests__/reactiveArray.spec.ts @@ -99,7 +99,7 @@ describe('reactivity/reactive/Array', () => { expect(fn).toHaveBeenCalledTimes(1) }) - test("should reactive when mutate array's index", () => { + test('should track hasOwnProperty call with index', () => { const original = [1, 2, 3] const observed = reactive(original)