Skip to content
Draft
Show file tree
Hide file tree
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: remove extra file and remove extra lines
  • Loading branch information
filippovskii09 committed Dec 9, 2025
commit 784f0af6cd22cc073c9a245751d0f2ce9d9e6dd8
3 changes: 0 additions & 3 deletions src/courseware/course/Course.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@
global.innerWidth = breakpoints.extraLarge.minWidth;
});

beforeEach(() => {
sessionStorage.clear();
});

Check failure on line 61 in src/courseware/course/Course.test.jsx

View workflow job for this annotation

GitHub Actions / tests

More than 1 blank line not allowed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just clarifying. Do we really need this here?

// This was passing when it shouldn't have been because of improper
// waitFor use. With the React 18 upgrade it no longer improperly passes
// so we are skipping it. See https://github.com/openedx/frontend-app-learning/issues/1669
Expand Down
Empty file removed webpack.dev-tutor.config.js
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will be remove

Empty file.
Loading