For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/config/test/restore-mocks.md.
close
  • 简体中文
  • restoreMocks

    • 类型: boolean
    • 默认值: false
    • CLI: --restoreMocks

    重置所有 mock,并恢复被 mock 的对象的原始描述符。

    当启用 restoreMocks 时,rstest 将在每个测试用例执行之前调用 .restoreAllMocks()

    CLI
    rstest.config.ts
    npx rstest --restoreMocks