style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-21 10:47:51 +00:00
parent e59dead5a9
commit 6edb86507c

View file

@ -1,8 +1,8 @@
import { StudentController } from "../../src/controllers/students";
import { expect, it, describe, afterAll, beforeAll } from 'vitest';
import { setup, teardown } from '../setup-backend.js';
import { expect, it, describe, afterAll, beforeAll } from "vitest";
import { setup, teardown } from "../setup-backend.js";
describe('Test controller students', () => {
describe("Test controller students", () => {
beforeAll(async () => {
await setup();
});