Sha256: c922e52f6e1f65ffba43ac467b19b134247f0411534d5dc55b69b2d01886487c
Contents?: true
Size: 304 Bytes
Versions: 11
Compression:
Stored size: 304 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import TaskDetails from '../TaskDetails'; const fixtures = { 'render without Props': {}, }; describe('TaskDetails', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(TaskDetails, fixtures)); });
Version data entries
11 entries across 11 versions & 1 rubygems