Sha256: 16521506cd2b086e634eecefe071a0777e0a4cfb8f68caee6e8f89316a3b4ae3
Contents?: true
Size: 254 Bytes
Versions: 16
Compression:
Stored size: 254 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ShowTask from '../ShowTask'; const fixtures = { 'render without Props': {}, }; describe('ShowTask', () => testComponentSnapshotsWithFixtures(ShowTask, fixtures));
Version data entries
16 entries across 16 versions & 1 rubygems