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

@ -1,6 +1,6 @@
import { describe, expect, it } from "vitest";
import { GroupController } from "../../src/controllers/groups";
import {getClass01} from "@dwengo-1/backend/tests/test_assets/classes/classes.testdata";
import { getClass01 } from "@dwengo-1/backend/tests/test_assets/classes/classes.testdata";
describe("Test controller groups", () => {
it("Get groups", async () => {