website/src/views/timetable/TimetableModuleTable.test.tsx
Function make
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function make(props: Partial<Props> = {}) {
const selectModuleColor = jest.fn();
const onRemoveModule = jest.fn();
const hideLessonInTimetable = jest.fn();
const showLessonInTimetable = jest.fn();