style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-04 12:09:43 +00:00
parent ac4ece29c7
commit 71f20526f1
15 changed files with 15 additions and 18 deletions

View file

@ -17,7 +17,7 @@ import { EntityAlreadyExistsException } from '../../src/exceptions/entity-alread
import { getStudentRequestsHandler } from '../../src/controllers/students.js';
import { TeacherDTO } from '@dwengo-1/common/interfaces/teacher';
import { getClassHandler } from '../../src/controllers/classes';
import {getClass02} from "../test_assets/classes/classes.testdata";
import { getClass02 } from '../test_assets/classes/classes.testdata';
describe('Teacher controllers', () => {
let req: Partial<Request>;