Sha256: e5c94473e7a2a1961ae90c7e633c4132fd7afdb7541f0ec17d565030a999d317
Contents?: true
Size: 346 Bytes
Versions: 97
Compression:
Stored size: 346 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import InsightsTab from '../InsightsTab'; import { props } from './InsightsTab.fixtures'; const fixtures = { 'render with props': props, }; describe('InsightsTab', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InsightsTab, fixtures)); });
Version data entries
97 entries across 97 versions & 1 rubygems