我有一个组件库,我正在为使用 Jest 和 react-testing-library 编写单元测试。基于某些道具或事件,我想验证某些元素没有被渲染。
getByText
, getByTestId
, etc throw and error in react-testing-library
if the element isn’t found causing the test to fail before the expect
function火灾。
你如何使用 react-testing-library 测试不存在的东西?
原文由 SomethingOn 发布,翻译遵循 CC BY-SA 4.0 许可协议
来自 DOM Testing-library Docs - Appearance and Disappearance