Sha256: 35d4dc8b12df489fa94ee9f68078035a10625b6681960aacc38a547113d6b070
Contents?: true
Size: 575 Bytes
Versions: 5
Compression:
Stored size: 575 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import WebhooksIndexPage from '../WebhooksIndexPage'; const fixtures = { 'render with minimal props': { fetchAndPush: jest.fn(), reloadWithSearch: jest.fn(), handleCreateSubmit: jest.fn(), isLoading: false, hasError: false, hasData: false, itemCount: 0, canCreate: true, sort: {}, webhooks: [], toasts: [], }, }; describe('WebhooksIndexPage', () => { describe('redering', () => testComponentSnapshotsWithFixtures(WebhooksIndexPage, fixtures)); });
Version data entries
5 entries across 5 versions & 1 rubygems