Sha256: 625cd3ac0cdb30977a404f0076634320104a2d92379402b511b03c69555018e9
Contents?: true
Size: 347 Bytes
Versions: 22
Compression:
Stored size: 347 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import EnabledCell from '../EnabledCell'; const fixtures = { 'should render blank cell': { condition: false, }, 'should render marked cell': { condition: true, }, }; describe('EnabledCell', () => testComponentSnapshotsWithFixtures(EnabledCell, fixtures));
Version data entries
22 entries across 22 versions & 1 rubygems