Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: change import method
  • Loading branch information
filippovskii09 committed Dec 18, 2025
commit 38ef4b78ef30850c372bd0c24ab0208393def779
3 changes: 1 addition & 2 deletions src/course-home/progress-tab/ProgressTab.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
import { getAuthenticatedHttpClient } from '@edx/frontend-platform/auth';
import { breakpoints } from '@openedx/paragon';
import MockAdapter from 'axios-mock-adapter';
import { within } from '@testing-library/react';

import {
fireEvent, initializeMockApp, logUnhandledRequests, render, screen, act,
fireEvent, initializeMockApp, logUnhandledRequests, render, screen, act, within

Check failure on line 10 in src/course-home/progress-tab/ProgressTab.test.jsx

View workflow job for this annotation

GitHub Actions / tests

Missing trailing comma
} from '../../setupTest';
import { appendBrowserTimezoneToUrl, executeThunk } from '../../utils';
import * as thunks from '../data/thunks';
Expand Down
Loading