]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: amend test case name [ci skip]
authorEvan You <yyx990803@gmail.com>
Sun, 14 Apr 2024 14:49:16 +0000 (22:49 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 14 Apr 2024 14:49:16 +0000 (22:49 +0800)
packages/reactivity/__tests__/reactiveArray.spec.ts

index d405608f8c442d750f128de301ca4da07658a33d..e32b5deeb6d566642d6eef6bd820f7809b818c1f 100644 (file)
@@ -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)