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 committed Apr 14, 2024
1 parent c3c5dc9 commit c4684d3
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 c4684d3

Please sign in to comment.