Sha256: 66f001d847c8b09c3dee478754855bfb433d82a35a6875062de4eb72e64877f9

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

import { testSelectorsSnapshotWithFixtures } from '@theforeman/test';
import { inventoryUrl } from '../ForemanInventoryHelpers';

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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