Sha256: e61f09587f4c2800aaa107d9261540bdc6729783e2267aa6992c07bc9b20d2c3
Contents?: true
Size: 302 Bytes
Versions: 7
Compression:
Stored size: 302 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ShowTask from '../ShowTask'; const fixtures = { 'render without Props': { history: { push: jest.fn(), }, }, }; describe('ShowTask', () => testComponentSnapshotsWithFixtures(ShowTask, fixtures));
Version data entries
7 entries across 7 versions & 1 rubygems