sinon
-
如何让 sinon return 不承诺我模拟期望
-
如何存根 returns 一个承诺的功能?
-
将 pino 记录器存根为 class 个实例
-
Sinon 从中间件中取出模块的功能
-
Sinon stub out 模块的功能
-
无法在测试中模拟事件处理程序
-
了解 Sinon 时钟 `tick` 与 `tickAasync`
-
在存根异步函数时遇到问题
-
云功能单元测试模拟新文档ID
-
React Native Jest - 如何测试具有多个挂钩的功能组件?无法存根 AccessiblityInfo 模块
-
如何使用 jest 测试 javascript 中的 try catch 代码并在 express 中包含带有中间件的 next() 调用?
-
模拟请求和结果以尽可能进行最小的单元测试
-
在一个函数中插入一个特定的 API 请求
-
当它具有相同的命名空间名称时模拟库函数
-
模拟特定函数重载签名
-
TypeError: AWS.SecretsManager is not a constructor in unit testing with proxyquire
-
Proxyquire 不覆盖导出的函数
-
TypeError: stub expected to yield, but no callback was passed. Received [[object Object]] while using sinon to mock a dynamodb get call
-
Sinon 存根 - 模拟一个 returns 对象数组的函数
-
如何在 sinon 中模拟文件 I/O?