Sha256: b3e491e2a8ac84b5894b9388807f574e700e7c31249b176c683ca3095c332d48
Contents?: true
Size: 495 Bytes
Versions: 9
Compression:
Stored size: 495 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import StatisticsChartsList from './'; import { statisticsData } from './StatisticsChartsList.fixtures'; const fixtures = { 'should render no panels for empty data': { data: {}, }, 'should render two panels for fixtures data': { data: statisticsData, }, }; describe('StatisticsChartsList', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(StatisticsChartsList, fixtures)); });
Version data entries
9 entries across 9 versions & 1 rubygems