Sha256: 66e649bd334b04df40334071500384c36348092b5f21520463b0b909c201462b
Contents?: true
Size: 474 Bytes
Versions: 88
Compression:
Stored size: 474 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ActivationKeys from '../fields/ActivationKeys'; const fixtures = { renders: { activationKeys: [], selectedKeys: [], hostGroupActivationKeys: [], hostGroupId: '', pluginValues: {}, onChange: () => {}, handleInvalidField: () => {}, isLoading: false, }, }; describe('ActivationKeys', () => testComponentSnapshotsWithFixtures(ActivationKeys, fixtures));
Version data entries
88 entries across 88 versions & 1 rubygems