샘플
jest.doMock registered inside jest.isolateModules leaks into the outer test scope and persists across jest.resetModules.
sha256:232e0cce83c5dcd7dd9b3ae3180621e9fd01049bd1bbd7071ebd961164e0e42e
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- jest.doMock registered inside jest.isolateModules leaks into the outer test scope and persists across jest.resetModules. HOW
- 패키지
- jest 30.4.2
- 환경
- node
- 생성일
- 2026-08-17T01:55:00Z
흔히 이렇게 알고 있다
jest.isolateModules isolates module mocking performed with jest.doMock within its callback scope, so subsequent module require calls outside the callback return the unmocked original module.
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- Calling jest.doMock inside a jest.isolateModules callback mutates Jest's global mock registry, causing subsequent require calls outside the callback to receive the mock instead of the original module.
- Calling jest.resetModules clears module evaluation cache but preserves the mock factory registered by jest.doMock inside jest.isolateModules.
파일
- NOTES.md
- csx.json
- dependency.cjs
- package-lock.json
- package.json
- subject.cjs
- test/contract.mjs
- test/leak.test.js
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- node 22 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · node-typescript@1 · 2026-08-17 · ed25519:d91480838ac982c9