Sha256: ec9516aee8dff6b59ea3817be9806374471cd9f12be523ed471f565f51bb2ec6
Contents?: true
Size: 427 Bytes
Versions: 12
Compression:
Stored size: 427 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import ExcludePackagesSwitcher from '../ExcludePackagesSwitcher'; const fixtures = { 'render with props': { excludePackages: true, handleToggle: noop }, }; describe('ExcludePackagesSwitcher', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ExcludePackagesSwitcher, fixtures)); });
Version data entries
12 entries across 12 versions & 1 rubygems