CodeSampleX

Sample

jest.spyOn on a getter property without 'get' accessType throws a base Error suggesting replaceProperty, which also throws a base Error, requiring explicit 'get' accessType

sha256:202939633a31a75508047b1c53fc8aaa277b6c2c8bb004cfb47b5666d0ff6171

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
jest.spyOn on a getter property without 'get' accessType throws a base Error suggesting replaceProperty, which also throws a base Error, requiring explicit 'get' accessType HOW
Packages
jest 29.7.0
Environment
node
Created
2026-08-17T01:54:03Z

Commonly assumed

Calling jest.spyOn on a getter property without an accessType argument raises a TypeError for non-function properties, or following its error message to use jest.replaceProperty successfully mocks the property value.

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts