Paccesses
Bun

property

test.default.MockPropertyContext.accesses

readonly accesses: { stack: Error; type: 'get' | 'set'; value: PropertyType }[]

A getter that returns a copy of the internal array used to track accesses (get/set) to the mocked property. Each entry in the array is an object with the following properties: