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