Sha256: 3fb23d00c9f833a292529fdda366292f4cd879b6e86e5e67d6557afe700a0ef5
Contents?: true
Size: 357 Bytes
Versions: 85
Compression:
Stored size: 357 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { HelpLabel } from '../HelpLabel'; const fixtures = { 'should return insights cloud Url': { id: 'some-id', text: 'some-text', className: 'some-class', }, }; describe('InsightsCloudSync helpers', () => testComponentSnapshotsWithFixtures(HelpLabel, fixtures));
Version data entries
85 entries across 85 versions & 1 rubygems