Sha256: 1ab848b5852fea014e6e14606a8ceb04e953cef071923a1c50ff82b13c82e89d
Contents?: true
Size: 294 Bytes
Versions: 14
Compression:
Stored size: 294 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import DocsButton from '../DocsButton'; const fixtures = { 'render without Props': {}, }; describe('DocsButton', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(DocsButton, fixtures)); });
Version data entries
14 entries across 14 versions & 1 rubygems