Sha256: 6eba3ee4f6a354f31d16a2b3f7fe90de4c41b09ce206b1cd904d4ad613b4a954
Contents?: true
Size: 357 Bytes
Versions: 6
Compression:
Stored size: 357 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import { ActionSelectButton } from '../ActionSelectButton'; const fixtures = { 'renders with minimal props': { onCancel: jest.fn(), onResume: jest.fn(), }, }; describe('ActionSelectButton', () => testComponentSnapshotsWithFixtures(ActionSelectButton, fixtures));
Version data entries
6 entries across 6 versions & 1 rubygems