英文: Testing a custom hook where useEffect should be invoked multiple times 问题 我正在尝试测试一个自定义的React钩子,其...
如何在每次测试后重置我的课程?
英文: How do I reset my class after every test? 问题 以下是您要翻译的内容: I would like to reset a class assigned ...
Testing with jest and React Native Testing Library
英文: Testing with jest and React Native Testing Library 问题 我是你的中文翻译,以下是你提供的内容的翻译: 我是一个测试新手 我正在尝试使用Exp...
Props data appears undefined when trying to render screen for testing.
英文: Props data appears undefined when trying to render screen for testing 问题 我在为我的React Native应用进行Je...
在使用Jest进行测试时,类的行为出现了意外情况。
英文: unexpected behaviors on classes when testing with jest 问题 我在我的项目上进行一些测试,遇到了一些奇怪的行为。 我的代码看起来像这样: ...
Using Jest + TypeScript, how do I mock a static method used in another static method of a class being tested?
英文: Using Jest + TypeScript, how do I mock a static method used in another static method of a class ...
如何在jest中模拟Meteor.settings?
英文: How would I mock out Meteor.settings with jest? 问题 Meteor.settings 在一个我正在尝试模拟的 React 类组件中被使用。在该组...
Jest expect.objectContaining 失败,即使期望的对象是接收到的一部分。
英文: Jest expect.objectContaining fails even if expected object is part of received 问题 // in my .test...
SWR 测试变异
英文: SWR Test Mutation 问题 以下是您要翻译的内容: What is a recommended way of testing mutation from SWR? const {...
识别测试库React的组件和DOM
英文: Identifying component and DOM for testing library React 问题 我有一个名为Student的组件 function Student(pro...
14