Sha256: 94953756c1b0d96ad97f2a6d709fd9036e7c88c4fa8b92680aea96e0c6163e69
Contents?: true
Size: 313 Bytes
Versions: 22
Compression:
Stored size: 313 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
22 entries across 22 versions & 1 rubygems