Sha256: 4a8ad7617a1c98edd9ff8259f73f91fdb9d9692c179f868ad54b4bd2f3e3a7f4
Contents?: true
Size: 345 Bytes
Versions: 106
Compression:
Stored size: 345 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import TabContainer from '../TabContainer'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('TabContainer', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(TabContainer, fixtures)); });
Version data entries
106 entries across 106 versions & 2 rubygems