Sha256: bad80f738d82778467f068da6d5d3e83b5fd52f164bf7dfe627be17b71fe9501
Contents?: true
Size: 345 Bytes
Versions: 98
Compression:
Stored size: 345 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import EmptyResults from '../EmptyResults'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('EmptyResults', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(EmptyResults, fixtures)); });
Version data entries
98 entries across 98 versions & 1 rubygems