书栈网 · BookStack 本次搜索耗时 0.061 秒,为您找到 1291 个相关结果.
  • 安装和移除

    安装和移除 Repeating Setup 一次性设置 作用域 执行顺序 通用建议 安装和移除 写测试的时候你经常需要在运行测试前做一些准备工作,和在运行测试后进行一些收尾工作。 Jest 提供辅助函数来处理这个问题。 Repeating Setup 如果你有一些要为多次测试重复设置的工作,你可以使用 beforeEach 和 afte...
  • 安装和移除

    安装和移除 Repeating Setup 一次性设置 作用域 执行顺序 通用建议 安装和移除 写测试的时候你经常需要在运行测试前做一些准备工作,和在运行测试后进行一些收尾工作。 Jest 提供辅助函数来处理这个问题。 Repeating Setup 如果你有一些要为多次测试重复设置的工作,你可以使用 beforeEach 和 afte...
  • 全局设定

    全局设定 方法 参考 afterAll(fn, timeout) afterEach(fn, timeout) beforeAll(fn, timeout) beforeEach(fn, timeout) describe(name, fn) describe.each(table)(name, fn, timeout) 1. 1. ...
  • 全局设定

    全局设定 方法 Reference afterAll(fn, timeout) afterEach(fn, timeout) beforeAll(fn, timeout) beforeEach(fn, timeout) describe(name, fn) describe.each(table)(name, fn, timeout) ...
  • Setup and Teardown

    为多次测试重复设置 一次性设置 作用域 desribe和test块的执行顺序 通用建议 写测试的时候你经常需要在运行测试前做一些准备工作,和在运行测试后进行一些整理工作。 Jest 提供辅助函数来处理这个问题。 为多次测试重复设置 如果你有一些要为多次测试重复设置的工作,你可以使用 beforeEach 和 afterEach 。 例如...
  • Setup and Teardown

    为多次测试重复设置 一次性设置 作用域 desribe和test块的执行顺序 通用建议 写测试的时候你经常需要在运行测试前做一些准备工作,和在运行测试后进行一些整理工作。 Jest 提供辅助函数来处理这个问题。 为多次测试重复设置 如果你有一些要为多次测试重复设置的工作,你可以使用 beforeEach 和 afterEach 。 例如...
  • Config Files

    Configuration File Types Project-wide configuration File-relative configuration 6.x vs 7.x .babelrc loading Monorepos Root babel.config.js files CLI @babel/register Webpack ...
  • Config Files

    Configuration File Types Project-wide configuration File-relative configuration 6.x vs 7.x .babelrc loading Monorepos Root babel.config.js files CLI @babel/register Webpack ...
  • Config Files

    Config Files Configuration File Types Project-wide configuration File-relative configuration 6.x vs 7.x .babelrc loading Supported file extensions Monorepos Root babel.config...
  • Config Files

    Config Files Configuration File Types Project-wide configuration File-relative configuration 6.x vs 7.x .babelrc loading Monorepos Root babel.config.js files CLI @babel/regist...