Sha256: adab0eab1454051fca98191f8de81fcfb1e7b16c2a473330757e7704b4c72241
Contents?: true
Size: 363 Bytes
Versions: 43
Compression:
Stored size: 363 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import FullScreenModal from '../FullScreenModal'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('FullScreenModal', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(FullScreenModal, fixtures)); });
Version data entries
43 entries across 43 versions & 2 rubygems