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