英文: TypeError: Cannot read properties of undefined (reading 'listen') when testing with Jest...
node.js Jest 测试 exec.stdout.on(‘data’, data)
英文: nodejs Jest testing exec.stdout.on('data',data) 问题 尝试测试一个包含child_process库exec的函数。 const ...
尝试模拟子方法,如果父模块使用对象解构导入它,则失败。
英文: Attempting to mock child method, fails if parent module imports it using object destructuring 问题...
Wiremock的有状态行为在多个场景下无法按预期工作。
英文: Wiremock stateful behavior doesn't work as expected with multiple scenarios 问题 我有一个测试辅助函数 cr...
如何在Fastify中使用Jest和Supertest?
英文: How to use Jest and Supertest with Fastify? 问题 我正在尝试在Fastify中使用Jest和Supertest。我有这个测试文件。 // @ts-n...
无法使用JavaScript和Jest框架的Selenium自动化关闭CDK下拉菜单。
英文: Unable to close the cdk dropdown in automation using selenium with javascript and jest framewok ...
在Angular单元测试中,如何模拟整个组件,而不仅仅是一个类?
英文: In an Angular Unit Test, how can I mock an entire component, instead of just a class? 问题 我试图对使用子...
安全漏洞是否会威胁我应用在生产环境中使用的依赖项?
英文: Can security vulnerabilities for testing dependencies threaten my app in production? 问题 我正在开发一个R...
如何在使用Jest测试Nuxt中的组件时添加/模拟Nuxt Auth库
英文: How to add/mock the Nuxt Auth library when testing components in Nuxt with Jest 问题 JS新手在这里。 我已经生...
How to resolve "Animated: `useNativeDriver` is not supported because the native animated module is missing." in react-navigation?
英文: How to resolve "Animated: `useNativeDriver` is not supported because the native animated mo...
14