Skip to content

Commit

Permalink
chore: amend test case name [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and wangdaoo committed May 30, 2024
1 parent 349c639 commit 4dcecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/__tests__/reactiveArray.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4dcecc5

Please sign in to comment.