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