Sha256: 98a49d21e17664d7c38cbb0b13a792a71d7bc35317d095fd3277f919c9a6a163
Contents?: true
Size: 537 Bytes
Versions: 6
Compression:
Stored size: 537 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils'; import { stateFactory, importSettings, exportSettings, } from '../../../__fixtures__/templateSyncSettings.fixtures'; import { selectInitialFormValues } from '../NewTemplateSyncFormSelectors'; const fixtures = { 'should return initial form values': () => selectInitialFormValues({ ...stateFactory({ importSettings, exportSettings }), }), }; describe('NewTemplateSyncFormSelectors', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
6 entries across 6 versions & 1 rubygems