Sha256: bd4cecde271f6018eafcfa0f18585cff4359efe8862a5c11466646d4cba0ea8d
Contents?: true
Size: 543 Bytes
Versions: 164
Compression:
Stored size: 543 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import RecommendedRepositorySetsToggler from '../RecommendedRepositorySetsToggler'; const fixtures = { 'renders recommended-repository-sets-toggler': { enabled: true, className: 'some-class-name', children: 'some-children', help: 'some-help', onChange: () => null, }, }; describe('RecommendedRepositorySetsToggler', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(RecommendedRepositorySetsToggler, fixtures)); });
Version data entries
164 entries across 164 versions & 1 rubygems