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