Sha256: 7c37bef817f7e11d975d2abe2f694e50ea62259cd7f620f7713a8cc0f6c4c324
Contents?: true
Size: 337 Bytes
Versions: 95
Compression:
Stored size: 337 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import IgnoreSubmanErrors from '../fields/IgnoreSubmanErrors'; const fixtures = { renders: { value: false, isLoading: false, onChange: () => {} }, }; describe('IgnoreSubmanErrors', () => testComponentSnapshotsWithFixtures(IgnoreSubmanErrors, fixtures));
Version data entries
95 entries across 95 versions & 1 rubygems