UNPKG

@cainiaofe/cn-ui-m

Version:
10 lines (9 loc) 401 B
import React from 'react'; import { render } from '@testing-library/react'; import { CnPullToRefresh } from '../index'; describe('CnPullToRefresh', function () { it('should render the component', function () { var container = render(React.createElement(CnPullToRefresh, null)).container; expect(container.querySelector('.cn-ui-m-pull-to-refresh')).toBeInTheDocument(); }); });