theforeman/foreman

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

Summary

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

import TokenLifeTime from '../../components/fields/TokenLifeTime';

import { tokenLifeTimeProps } from '../fixtures'

describe('RegistrationCommandsPage fields - TokenLifeTime', () => {
  testComponentSnapshotsWithFixtures(TokenLifeTime, { 'renders': tokenLifeTimeProps });
})