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