style: fix linting issues met Prettier
This commit is contained in:
parent
4a6b6ee061
commit
437c2ba2fe
9 changed files with 170 additions and 170 deletions
|
@ -1,6 +1,6 @@
|
|||
import { beforeEach, describe, expect, it } from 'vitest';
|
||||
import { LearningPathController } from '../../src/controllers/learning-paths';
|
||||
import { Language } from '../../src/data-objects/language';
|
||||
import { beforeEach, describe, expect, it } from "vitest";
|
||||
import { LearningPathController } from "../../src/controllers/learning-paths";
|
||||
import { Language } from "../../src/data-objects/language";
|
||||
|
||||
describe("Test controller learning paths", () => {
|
||||
let controller: LearningPathController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue