书栈网 · BookStack 本次搜索耗时 0.062 秒,为您找到 1291 个相关结果.
  • Migrating to Jest

    jest-codemods If you'd like to try out Jest with an existing codebase, there are a number of ways to convert to Jest: If you are using Jasmine, or a Jasmine like API (for examp...
  • Configuring Jest

    选项 Defaults 参考 automock [boolean] bail [number | boolean] browser [boolean] cacheDirectory [string] clearMocks [boolean] collectCoverage [boolean] collectCoverageFrom [arra...
  • Jest 配置

    Jest 配置 选项 参考 automock [boolean] bail [number | boolean] cacheDirectory [string] clearMocks [boolean] collectCoverage [boolean] collectCoverageFrom [array] coverageDir...
  • Jest 对象

    Jest 对象 方法 Mock Modules jest.disableAutomock() jest.enableAutomock() jest.createMockFromModule(moduleName) 函数 类 对象 数组 基本类型 jest.mock(moduleName, factory, options) ...
  • Jest Community

    Jest Community Jest 最佳实践 Jest Community Jest社区正在努力使测试体验变得更棒。 jest-community 是一个由Jest 维护者和合作者为了添加更高质量的Jest功能而创建的GitHub组织。 已经包含了一些我们感兴趣的项目,举几个例子: vscode-jest jest-extended e...
  • 迁移到Jest

    迁移到Jest jest-codemods 迁移到Jest 如果你想将已有的代码库迁移到 Jest ,下面有几种迁移的方案: 如果你正在使用 Jasmine 或者跟它相似的 API (如Mocha ),Jest 有大多数兼容的API,你可以低成本地迁移到Jest 如果你正在使用 AVA, Expect.js (by Automattic), Ja...
  • Jest的架构

    Jest的架构 Jest的架构 如果您有兴趣了解更多关于Jest如何工作的信息,了解其架构, 以及Jest是如何被分割成各个可复用的包的,请查看此视频: 如果您想学习如何从头开始构建一个像Jest这样的测试框架,请查看此视频: 这里是一个你可以跟随的 书面指南 。 它讲授了Jest的基本概念,并解释了如何使用Jest的各个部分来构建一个自定义测试...
  • Jest CLI 选项

    Jest CLI 选项 在命令行运行 Using with yarn 使用npm脚本 Camelcase & dashed args support Options Reference jest <regexForTestFiles> --bail --cache --changedFilesWithAncestor --chang...
  • Jest的架构

    Jest的架构 Version: 27.1 Jest的架构 如果您有兴趣了解更多关于Jest如何工作的信息,了解其架构, 以及Jest是如何被分割成各个可复用的包的,请查看此视频: 如果您想学习如何从头开始构建一个像Jest这样的测试框架,请查看此视频: 这里是一个你可以跟随的 书面指南 。 它讲授了Jest的基本概念,并解释了如何使用Jest...
  • Jest 平台工具

    Jest 平台工具 jest-changed-files 例子 jest-diff 例子 jest-docblock 例子 jest-get-type 例子 jest-validate 例子 jest-worker 例子 pretty-format 例子 Version: 27.1 Jest 平台工具 你可以自由选择Jes...