Sha256: c287519fcbc2ce9c49107578567585db1609bad54fd15afb7a8e627754552e80
Contents?: true
Size: 351 Bytes
Versions: 5
Compression:
Stored size: 351 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { ActionSelectButton } from '../ActionSelectButton'; const fixtures = { 'renders with minimal props': { onCancel: jest.fn(), onResume: jest.fn(), }, }; describe('ActionSelectButton', () => testComponentSnapshotsWithFixtures(ActionSelectButton, fixtures));
Version data entries
5 entries across 5 versions & 1 rubygems