Sha256: b4caf1675b6304b63ad77e439c3f1c793e6aa0c45c19287827746a6be3cfa439
Contents?: true
Size: 452 Bytes
Versions: 20
Compression:
Stored size: 452 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import AutoUploadSwitcher from '../AutoUploadSwitcher'; const fixtures = { 'render with props': { autoUploadEnabled: true, handleToggle: noop }, /** fixtures, props for the component */ }; describe('AutoUploadSwitcher', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(AutoUploadSwitcher, fixtures)); });
Version data entries
20 entries across 20 versions & 1 rubygems