refactor(frontend): Linting

This commit is contained in:
Tibo De Peuter 2025-04-24 17:02:38 +02:00
parent 437c2ba2fe
commit e3b0f10db0
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 19 additions and 11 deletions

View file

@ -1,6 +1,5 @@
import { describe, it, expect, beforeEach } from "vitest";
import { AssignmentController } from "../../src/controllers/assignments";
import { AssignmentDTO } from "@dwengo-1/common/interfaces/assignment";
describe("AssignmentController Tests", () => {
let controller: AssignmentController;