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