chore: amend test case name [ci skip]

This commit is contained in:
Evan You 2024-04-14 22:49:16 +08:00
parent c3c5dc93fb
commit c4684d3161
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ describe('reactivity/reactive/Array', () => {
expect(fn).toHaveBeenCalledTimes(1) 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 original = [1, 2, 3]
const observed = reactive(original) const observed = reactive(original)