Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/App.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { mockCourseDiscoveryResponse } from './сatalog/__mocks__';
import messages from './сatalog/messages';
import { useCourseDiscovery } from './сatalog/data/hooks';
import { mockCourseDiscoveryResponse } from './catalog/__mocks__';
import messages from './catalog/messages';
import { useCourseDiscovery } from './catalog/data/hooks';
import {
render, within, waitFor, screen,
} from './setupTest';
Expand All @@ -16,7 +16,7 @@ jest.mock('@edx/frontend-platform', () => ({
})),
}));

jest.mock('./сatalog/data/hooks', () => ({
jest.mock('./catalog/data/hooks', () => ({
useCourseDiscovery: jest.fn(),
}));

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FooterSlot } from '@edx/frontend-component-footer';
import Header from '@edx/frontend-component-header';

import HomePage from './home/HomePage';
import CatalogPage from './сatalog/CatalogPage';
import CatalogPage from './catalog/CatalogPage';
import CourseAboutPage from './course-about/CourseAboutPage';
import NotFoundPage from './not-found-page/NotFoundPage';
import { ROUTES } from './routes';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.