style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									e59dead5a9
								
							
						
					
					
						commit
						6edb86507c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -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(); | ||||
|     }); | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action