theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/notifications/ToggleIcon/ToggleIcon.test.js

Summary

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

import ToggleIcon from './ToggleIcon';

const fixtures = {
  'render ToggleIcon': {},
  'render ToggleIcon with unread-messages': { hasUnreadMessages: true },
};

describe('ToggleIcon', () =>
  testComponentSnapshotsWithFixtures(ToggleIcon, fixtures));