英文: Facing issue when import file and use inside jest.mock 问题 我正在尝试从另一个文件中导出对象,并在jest.mock内部使用它。 jes...
如何正确模拟库以能够使用Jest和React测试库测试组件。
英文: How to properly mock library to be able to test the component with jest and react testing librar...
如何正确使用react-testing-library中的getByTestId查询?
英文: Ho do I use a query getByTestId from react-testing-library properly? 问题 I need my SideBar compon...
When running Jest tests on a Nest project, my file fails to find a module that has no issues when running outside of tests
英文: When running Jest tests on a Nest project, my file fails to find a module that has no issues whe...
如何重复使用 Jest 测试来测试相同接口的多个实现?
英文: How to reuse a jest test for multiple impementations of the same interface? 问题 我有一个测试: describe(...
jest错误 TS18047 “对象可能为null”
英文: jest error TS18047 "object is possible null" 问题 以下是翻译好的部分: 我正在为一个 Angular 组件编写一个测试(jte...
无法更新在React测试库中搜索到的待办事项?
英文: Can't update the searched todos in the react testing library? 问题 程序运行正常,但当我尝试测试它时,它不能正常工作。我想...
如何动态设置 testEnvironment: ‘node’ 配置
英文: How to set testEnvironment: 'node' config dynamically 问题 我最初在我的NextJS应用中的src/tests/compo...
为什么我的React测试库测试如此缓慢?
英文: Why are my React Testing Library tests so slow? 问题 我的工作场所有一个相当大的单页应用程序,它是在2020年构建的,使用Create Reac...
Jest.spyOn return an error -"Cannot use spyOn on a primitive value; undefined given" Express.js package "express-validator"
英文: Jest.spyOn return an error -"Cannot use spyOn on a primitive value; undefined given" E...
14