Sha256: a0b5d8991bfda24c3d38df45556d2221bcae6a77ed7d13f0f2b56419100fdc00
Contents?: true
Size: 531 Bytes
Versions: 10
Compression:
Stored size: 531 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, }, }; describe('ExistingHostSelection', () => testComponentSnapshotsWithFixtures(ExistingHostSelection, fixtures));
Version data entries
10 entries across 10 versions & 1 rubygems