Sha256: 081655ca317f1e29eef96e5031408a986d56257155115cf72c341b9b781fa56a
Contents?: true
Size: 563 Bytes
Versions: 2
Compression:
Stored size: 563 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ExistingHostSelection from '../ExistingHostSelection'; const noop = () => {}; const fixtures = { 'should render existing host selection': { location: 'Default Location', organization: 'Default Organization', services: [], allHosts: [], initExistingHostSelection: noop, loadHostsOfHostgroup: noop, hostSelectionChanged: noop, }, }; describe('ExistingHostSelection', () => testComponentSnapshotsWithFixtures(ExistingHostSelection, fixtures));
Version data entries
2 entries across 2 versions & 1 rubygems