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