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