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