Sha256: 9500ccfb3e281e20c666d9bb39268c4d272f03c6e86c47b995338ad7e443591c
Contents?: true
Size: 324 Bytes
Versions: 20
Compression:
Stored size: 324 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import DocsButton from '../DocsButton'; global.URL_PREFIX = ''; const fixtures = { 'render without Props': {}, }; describe('DocsButton', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(DocsButton, fixtures)); });
Version data entries
20 entries across 20 versions & 1 rubygems