Sha256: 73b137b7e3a5d0bd25e352f79576317afdf071cddc473b2736640320de7154b9
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from '@theforeman/test'; import { rhCloudStateWrapper } from '../ForemanRhCloudTestHelpers'; const fixtures = { 'should return inventory wrapper': () => rhCloudStateWrapper({ inventoryChildren: null }), }; describe('ForemanRhCloud helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_rh_cloud-2.0.9 | webpack/__tests__/ForemanRhCloudTestHelpers.test.js |
foreman_rh_cloud-2.0.8 | webpack/__tests__/ForemanRhCloudTestHelpers.test.js |