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