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