Sha256: 1fd3de268bbf8ffaca585fc1bb0a5a58ae23e2f9511134ed9fddc6f28682de01

Contents?: true

Size: 362 Bytes

Versions: 22

Compression:

Stored size: 362 Bytes

Contents

import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils';
import { foremanUrl } from '../ForemanRhCloudHelpers';

global.URL_PREFIX = 'MY_TEST_URL_PREFIX.example.com';

const fixtures = {
  'should return foreman Url': () => foremanUrl('/test_path'),
};

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.17 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.16 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.15 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.14 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.14 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.13.1 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.13.1 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.13 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.13 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.12 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.12 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.11 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.11 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.10 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.10 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.9 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.9 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-0.9.8 webpack/__tests__/ForemanRhCloudHelpers.test.js
foreman_rh_cloud-1.0.8 webpack/__tests__/ForemanRhCloudHelpers.test.js