Sha256: 43b0bb36d1ab472afcc177219d7cd278d6ea95b76899284f431313342a7ac448
Contents?: true
Size: 352 Bytes
Versions: 84
Compression:
Stored size: 352 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import InsightsTable from '../InsightsTable'; import { tableProps } from './fixtures'; const fixtures = { 'render with Props': tableProps, }; describe('InsightsTable', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InsightsTable, fixtures)); });
Version data entries
84 entries across 84 versions & 1 rubygems