---
title: React系列（六）：React整体测试策略
tags: tbd
---

## 大纲

* hook：hook的单元测试
* 其他层的测试：契约测试
* 使用React Query等global statement management的库
* 其他hook的测试：副作用，如windows、埋点等。
