Skip to content

Commit

Permalink
fix: renamed testing unit
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 committed Feb 16, 2024
1 parent 287dc26 commit f1ce26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '@testing-library/jest-dom/extend-expect';
import PrequerySearchSuggestionItem from '../PrequerySearchSuggestionItem';

describe('<PrequerySearchSuggestionItem />', () => {
test('renders course data', () => {
test('sends optimizely event on prequery click', () => {
const mockData = {
url: '/test-enterprise/course/edX+courseX',
optimizelyPrequerySuggestionClickHandler: jest.fn(),
Expand Down

0 comments on commit f1ce26f

Please sign in to comment.