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