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