theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/common/table/components/__tests__/__snapshots__/NameCell.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NameCell should render active link 1`] = `
<Link
  to="/models/1-KVM/edit"
/>
`;

exports[`NameCell should render disabled link 1`] = `
<a
  className="disabled"
  disabled="disabled"
  href="#"
  onClick={[Function]}
/>
`;