#unit-testing
Read more stories on Hashnode
Articles with this tag
使用 create-react-app 除了 Jest 之外,我们还需要另一个测试库,它将帮助我们以测试目的渲染组件。 目前最好的选择是react-testing-library ,这个库在最近几年迅速流行起来。 npm install --save-dev...