我正在尝试使用Jest 测试React 组件。 该组件的代码如下。 import React, { PureComponent } from 'react'; import PropTypes from 'prop-types'; import { Text } ...
確定! 回上一頁