Sha256: 2be0c9997a9ba076909590cfc9b294e23bce70b13a296dccc35aff3a9b69b0cd
Contents?: true
Size: 435 Bytes
Versions: 20
Compression:
Stored size: 435 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils'; import { inventoryUrl, getInventoryDocsUrl } from '../ForemanInventoryHelpers'; global.URL_PREFIX = ''; const fixtures = { 'should return inventory Url': () => inventoryUrl('test_path'), 'should return inventory docs url': () => getInventoryDocsUrl(), }; describe('ForemanInventoryUpload helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
20 entries across 20 versions & 1 rubygems