Sha256: 4835264a8b58783982d20bd2298a92ed5b0e26a4c7e981778bd5a617998be9f4
Contents?: true
Size: 416 Bytes
Versions: 11
Compression:
Stored size: 416 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import Task from '../Task'; const fixtures = { 'render without Props': { id: 'test' }, 'render with some Props': { id: 'test', state: 'paused', hasSubTasks: true, allowDangerousActions: true, }, }; describe('Task', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(Task, fixtures)); });
Version data entries
11 entries across 11 versions & 1 rubygems