Sha256: 3504a4c64541e6f31ee47d5603b00050fdb2d4b84efb728456ad123c784dec2a
Contents?: true
Size: 286 Bytes
Versions: 78
Compression:
Stored size: 286 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import RexInterface from '../RexInterface'; const fixtures = { renders: { isLoading: false, onChange: () => {} }, }; describe('RexInterface', () => testComponentSnapshotsWithFixtures(RexInterface, fixtures));
Version data entries
78 entries across 78 versions & 1 rubygems