书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 14552 个相关结果.
  • Bypassing module mocks

    Jest allows you to mock out whole modules in your tests, which can be useful for testing if your code is calling functions from that module correctly. However, sometimes you may w...
  • Bypassing module mocks

    Bypassing module mocks Bypassing module mocks Jest allows you to mock out whole modules in your tests, which can be useful for testing if your code is calling functions from th...
  • 使用 async

    1345 2019-07-16 《快应用教程》
    使用 async 如何配置 async 语法的 babel 编译支持 使用 async, await 语法 在 native 接口中使用 async Native 接口直接返回 Promise 1010+ Native 接口返回 callback 总结 使用 async 使用async 语法开发业务,代码以更整洁优雅的方式替代 Callb...
  • 绕过模块模拟

    绕过模块模拟 绕过模块模拟 Jest允许在测试用例中模拟整个模块。这对于你测试被测代码是否正常调用某个模块的函数是很有用的。 然而,你可能只想模拟部分模块,剩下的则使用原生的实现。 考虑为这个 createUser 函数编写一个测试用例: createUser.js import fetch from 'node-fetch' ; ...
  • 支持的预定义异常

    OceanBase支持的预定义异常如下表所示。 异常名称 异常编号 异常描述 CASE_NOT_FOUND -6592 CASE 语句中没有任何 WHEN 子句满足条件,且没有 ELSE 子句。 CURSOR_ALREADY_OPEN -6511 程序尝试打开一个已经打开的游标。 NO_DAT...
  • Bypassing module mocks

    Bypassing module mocks Version: 27.2 Bypassing module mocks Jest allows you to mock out whole modules in your tests, which can be useful for testing if your code is calling fun...
  • 绕过模块模拟

    绕过模块模拟 绕过模块模拟 Jest允许在测试用例中模拟整个模块。这对于你测试被测代码是否正常调用某个模块的函数是很有用的。 然而,你可能只想模拟部分模块,剩下的则使用原生的实现。 考虑为这个 createUser 函数编写一个测试用例: createUser.js import fetch from 'node-fetch' ; ...
  • 绕过模块模拟

    绕过模块模拟 绕过模块模拟 Jest允许在测试用例中模拟整个模块。这对于你测试被测代码是否正常调用某个模块的函数是很有用的。 然而,你可能只想模拟部分模块,剩下的则使用原生的实现。 考虑为这个 createUser 函数编写一个测试用例: createUser.js import fetch from 'node-fetch' ; ...
  • 支持的预定义异常

    OceanBase支持的预定义异常如下表所示。 异常名称 异常编号 异常描述 CASE_NOT_FOUND -6592 CASE 语句中没有任何 WHEN 子句满足条件,且没有 ELSE 子句。 CURSOR_ALREADY_OPEN -6511 程序尝试打开一个已经打开的游标。 NO_DATA_FOUND -4026 SEL...
  • Help

    Help How to see all supported commands: Specific information on a command Specific information on a command subcommand Help A good way to become familiar with all that nu has...