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