Sha256: b39c0eb33524427ecf11a1800862d1f7baf1c5c2171eb6248e8be5da46026f5f

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils';
import { inventoryUrl } from '../ForemanInventoryHelpers';

global.URL_PREFIX = '';

const fixtures = {
  'should return inventory Url': () => inventoryUrl('test_path'),
};

describe('ForemanInventoryUpload helpers', () =>
  testSelectorsSnapshotWithFixtures(fixtures));

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.7 webpack/ForemanInventoryUpload/__tests__/ForemanInventoryHelpers.test.js
foreman_rh_cloud-1.0.7 webpack/ForemanInventoryUpload/__tests__/ForemanInventoryHelpers.test.js