Sha256: ffc79b0eb0855148dbf2aba925807e71230adb589571732384abcf8751dfb3d3
Contents?: true
Size: 448 Bytes
Versions: 4
Compression:
Stored size: 448 Bytes
Contents
import { renderKit } from '../utilities/test-utils' import { Pagination } from '../' /* See these resources for more testing info: - https://github.com/testing-library/jest-dom#usage for useage and examples - https://jestjs.io/docs/en/using-matchers */ test('generated scaffold test - update me', () => { const props = { data: { testid: 'default' } } const kit = renderKit(Pagination , props) expect(kit).toBeInTheDocument() })
Version data entries
4 entries across 4 versions & 1 rubygems