Sha256: b4327364835e7805b56fb52f56c508b155729ef8d540b0aeb1612710713ea0bf
Contents?: true
Size: 425 Bytes
Versions: 81
Compression:
Stored size: 425 Bytes
Contents
import { testActionSnapshotWithFixtures } from '@theforeman/test'; import { getSettings, setSetting } from '../InventorySettingsActions'; const fixtures = { 'should getSettings': () => getSettings(), 'should setSetting hostObfuscation true': () => setSetting({ setting: 'hostObfuscation', value: true, }), }; describe('Inventory settings actions', () => testActionSnapshotWithFixtures(fixtures));
Version data entries
81 entries across 81 versions & 1 rubygems