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/clear-mocks.md.
close
  • 简体中文
  • clearMocks

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

    清除所有 mock 的 mock.callsmock.instancesmock.contextsmock.results 属性。

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

    CLI
    rstest.config.ts
    npx rstest --clearMocks