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