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:
MockPropertyContext.accesses property | Node.js node:test module | Bun BuildDocsReferenceGuidesBlogDiscord/node:test/default/MockPropertyContext/accessesPaccesses BuildDocsReferenceGuidesBlogDiscord /node:test/default/MockPropertyContext/accessesPaccesses test.default.MockPropertyContext.accessesreadonly accesses: { stack: Error; type: 'get' | 'set'; value: PropertyType }[]
Search the reference...
/
property
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →MockPropertyContext.accesses property | Node.js node:test module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- 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: