Sha256: d8b59a87af990d0fd8de03345e93e95644fdafd79bdd6fd427d58d4f7ae34fab
Contents?: true
Size: 577 Bytes
Versions: 70
Compression:
Stored size: 577 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import Locks from '../Locks'; const fixtures = { 'render without Props': {}, 'render with Props': { locks: [ { name: 'task_owner', exclusive: false, resource_type: 'User', resource_id: 4, }, { name: 'task_owner2', exclusive: false, resource_type: 'User', resource_id: 2, }, ], }, }; describe('Locks', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(Locks, fixtures)); });
Version data entries
70 entries across 70 versions & 1 rubygems