Sha256: 2bbbae8cd848ef073e4b601c0876cc4338afd4bfc1326834f5780753f421a855
Contents?: true
Size: 444 Bytes
Versions: 6
Compression:
Stored size: 444 Bytes
Contents
import { renderKit } from '../utilities/test-utils' import { Dropdown } 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(Dropdown , props) expect(kit).toBeInTheDocument() })
Version data entries
6 entries across 6 versions & 1 rubygems