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