Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebGH committed Apr 12, 2022
1 parent d288ff9 commit 8716865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/catalog-search/src/LearningTypeRadioFacet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { SearchContext } from './SearchContext';
import {
setRefinementAction,
} from './data/actions';
import { features } from './config';
import { LEARNING_TYPE_COURSE, LEARNING_TYPE_PROGRAM, LEARNING_TYPE_PATHWAY } from './data/constants';

const LearningTypeRadioFacet = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import '@testing-library/jest-dom/extend-expect';

import LearningTypeRadioFacet from '../LearningTypeRadioFacet';

import { features } from '../config';
import { renderWithSearchContext } from './utils';

describe('<LearningTypeRadioFacet />', () => {

test('LearningTypeRadioFacet is rendered and isnt bold initially', () => {
renderWithSearchContext(<LearningTypeRadioFacet />);
expect(screen.getByText('Learning Type')).toBeInTheDocument();
Expand Down

0 comments on commit 8716865

Please sign in to comment.