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