theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/routes/RegistrationCommands/RegistrationCommandsPage/__tests__/components/Command.test.js

Summary

Maintainability
A
0 mins
Test Coverage
import { testComponentSnapshotsWithFixtures } from '../../../../../common/testHelpers';

import Command from '../../components/Command';

import { commandComponentProps } from '../fixtures'

describe('RegistrationCommandsPage - Command', () => {
  testComponentSnapshotsWithFixtures(Command, { 'renders': commandComponentProps });
})