tuture-dev / comments

The official comment place for tuture.co.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript 测试系列实战(二):深层渲染和快照测试 | 图雀社区

mrcfps opened this issue · comments

https://tuture.co/2020/08/27/387f95a/

在上一篇教程中,我们已经介绍了使用 Enzyme 测试 React 组件的基本知识。今天,我们将更深入地挖掘并学习如何测试组件的 Props,如何(以及为什么)使用 mount 函数,以及什么是 Jest 快照测试。