Skip to content

Commit c4684d3

Browse files
committed
chore: amend test case name [ci skip]
1 parent c3c5dc9 commit c4684d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/__tests__/reactiveArray.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('reactivity/reactive/Array', () => {
9999
expect(fn).toHaveBeenCalledTimes(1)
100100
})
101101

102-
test("should reactive when mutate array's index", () => {
102+
test('should track hasOwnProperty call with index', () => {
103103
const original = [1, 2, 3]
104104
const observed = reactive(original)
105105

0 commit comments

Comments
 (0)