Sha256: 507bd43e8c3682f708e8c81fc7ecd184aea8b7cce311e6ba40c3acaa69f9ec8d
Contents?: true
Size: 371 Bytes
Versions: 20
Compression:
Stored size: 371 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import InventorySettings from '../InventorySettings'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('InventorySettings', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InventorySettings, fixtures)); });
Version data entries
20 entries across 20 versions & 1 rubygems