Преглед изворни кода

chore: amend test case name [ci skip]

Evan You пре 2 година
родитељ
комит
c4684d3161
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/reactivity/__tests__/reactiveArray.spec.ts

+ 1 - 1
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)