Sha256: d6bb544c3f0c25641b477959dc41a36ff724bd01c4062ccc4444b1d98acf484c
Contents?: true
Size: 380 Bytes
Versions: 7
Compression:
Stored size: 380 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import { TasksIndexPage } from '../TasksIndexPage'; import { minProps } from './TasksTable.fixtures'; const fixtures = { 'render with minimal props': minProps, }; describe('TasksIndexPage', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(TasksIndexPage, fixtures)); });
Version data entries
7 entries across 7 versions & 1 rubygems