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