Sha256: 959caf324977e817a9bc24e4d3a6f02e651a5f7561b560e5ff828dc752515d1b
Contents?: true
Size: 434 Bytes
Versions: 39
Compression:
Stored size: 434 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import SystemStatuses from '../SystemStatuses'; import { withServices, pending } from './SystemStatuses.fixtures'; jest.unmock('../../../../move_to_pf/LoadingState'); const fixtures = { 'renders a table': withServices, 'renders a loader': pending, }; describe('SystemStatuses', () => testComponentSnapshotsWithFixtures(SystemStatuses, fixtures));
Version data entries
39 entries across 39 versions & 1 rubygems