Sha256: 7ab8e18b84e3dbc6815f3a8e26b53ee46098a789e1f1d18f73b25a81b58d0e72
Contents?: true
Size: 434 Bytes
Versions: 126
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('../../../../components/LoadingState'); const fixtures = { 'renders a table': withServices, 'renders a loader': pending, }; describe('SystemStatuses', () => testComponentSnapshotsWithFixtures(SystemStatuses, fixtures));
Version data entries
126 entries across 126 versions & 1 rubygems