Sha256: 1af230f1b06df9f334cf84c625f38a7442f4b3877dc5b04db365b7485324f6c1
Contents?: true
Size: 470 Bytes
Versions: 83
Compression:
Stored size: 470 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { SettingsWarning } from './SettingsWarning'; const fixtures = { 'with 2 alerts': { autoUpload: false, hostObfuscation: true, isCloudConnector: true, }, 'with isCloudConnector false': { autoUpload: true, hostObfuscation: true, isCloudConnector: false, }, }; describe('SettingsWarning', () => testComponentSnapshotsWithFixtures(SettingsWarning, fixtures));
Version data entries
83 entries across 83 versions & 1 rubygems