标签: react-native testing jestjs enzyme
我正在测试我的本机应用程序。用玩笑和酵素。并尝试找到<TouchableOpacity>组件,但我找不到它。
<TouchableOpacity>
const component = shallow(<SearchBar />); expect(component.find('TouchableOpacity')).toBe(1);
但是输出显示长度为0。