Sha256: b7080f8836d1962c23dc8a467baddb8d37af6a95b987983e675868c9aab9f3ce
Contents?: true
Size: 296 Bytes
Versions: 70
Compression:
Stored size: 296 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ShowTask from '../ShowTask'; const fixtures = { 'render without Props': { history: { push: jest.fn(), }, }, }; describe('ShowTask', () => testComponentSnapshotsWithFixtures(ShowTask, fixtures));
Version data entries
70 entries across 70 versions & 1 rubygems