style: fix linting issues met Prettier
This commit is contained in:
parent
1b41163064
commit
57da85e14a
3 changed files with 19 additions and 22 deletions
|
@ -22,7 +22,6 @@ describe("ClassController Tests", () => {
|
|||
expect(result.class).toHaveProperty("id", testClassId);
|
||||
});
|
||||
|
||||
|
||||
it("should fetch students for a class", async () => {
|
||||
const result = await controller.getStudents(testClassId, true);
|
||||
expect(result).toHaveProperty("students");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue