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