How can I test for rendering errors in react native (Using Jest + React Native Testing Library)?

后端 未结 0 1359
粉色の甜心
粉色の甜心 2021-02-10 09:45

Example, let\'s say I have this component:

import React from "react";
import { StyleSheet, Text, View } from "react-native";

export default f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题