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 { StudentController } from "../../src/controllers/students"; | ||||||
| import { expect, it, describe, afterAll, beforeAll } from 'vitest'; | import { expect, it, describe, afterAll, beforeAll } from "vitest"; | ||||||
| import { setup, teardown } from '../setup-backend.js'; | import { setup, teardown } from "../setup-backend.js"; | ||||||
| 
 | 
 | ||||||
| describe('Test controller students', () => { | describe("Test controller students", () => { | ||||||
|     beforeAll(async () => { |     beforeAll(async () => { | ||||||
|         await setup(); |         await setup(); | ||||||
|     }); |     }); | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action