googlemaps / googlemaps/react-wrapper
How to mock <Wrapper /> ?
未关闭
type: question
- 主要语言
- TypeScript
- 星标
- 381
- 派生
- 50
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hey,
I am completely lost on unit testing using Jest.
Basically, does anyone know how to mock in order to render child component in unit tests?
```
const MyApp = () => (
);
```
The thing is, always have Status of loading, and it never goes to Success, so the child component is never rendered. Is there a way to mock that Status to Success?
I'm using jest, and react-testing-library.
Thank you.
贡献指南
评估
这个 Issue 还没有评估数据。