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