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