同问
开发者问题收集
jest 和 testing-library 控制输入
我正尝试在自定义输入组件中应用单元测试如果我在render函数中的<Input />中传递value属性,则测试失败。有人知道原因吗?在类似此输入的受控组件中,我们可以测试什么才能进行有效的单元测试?谢谢Input.tsximport React, {ChangeEvent, FunctionComponent} from 'react';import styles from './Input.m
reactjs
jestjs
react-testing-library
testing-library
2022-09-12
«
1
»