Sha256: 6d5f8785b2b9ead250ae53fa9bd542ac91a7fc9a29835d0f237167adb654db3c
Contents?: true
Size: 309 Bytes
Versions: 21
Compression:
Stored size: 309 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ForemanInventoryUpload from './ForemanInventoryUpload'; const fixtures = { 'render without Props': {}, }; describe('ForemanInventoryUpload', () => testComponentSnapshotsWithFixtures(ForemanInventoryUpload, fixtures));
Version data entries
21 entries across 21 versions & 2 rubygems