Sha256: f2c5c608ea45863be9f114d1802d7f197c8e471b228692a1726800da96121f23
Contents?: true
Size: 483 Bytes
Versions: 20
Compression:
Stored size: 483 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
20 entries across 20 versions & 1 rubygems