style: format en linting
This commit is contained in:
		
							parent
							
								
									4cb1469479
								
							
						
					
					
						commit
						e2bf413f35
					
				
					 22 changed files with 41 additions and 71 deletions
				
			
		|  | @ -15,7 +15,7 @@ import { | |||
|     deleteClassJoinRequestHandler, | ||||
|     getStudentRequestHandler, | ||||
| } from '../../src/controllers/students.js'; | ||||
| import { getDireStraits, getNoordkaap, getPinkFloyd, getTheDoors, TEST_STUDENTS } from '../test_assets/users/students.testdata.js'; | ||||
| import { getDireStraits, getNoordkaap, getTheDoors, TEST_STUDENTS } from '../test_assets/users/students.testdata.js'; | ||||
| import { NotFoundException } from '../../src/exceptions/not-found-exception.js'; | ||||
| import { BadRequestException } from '../../src/exceptions/bad-request-exception.js'; | ||||
| import { ConflictException } from '../../src/exceptions/conflict-exception.js'; | ||||
|  | @ -25,7 +25,6 @@ import { getClass02 } from '../test_assets/classes/classes.testdata.js'; | |||
| import { getClassJoinRequest02 } from '../test_assets/classes/class-join-requests.testdata.js'; | ||||
| import { getTestGroup01 } from '../test_assets/assignments/groups.testdata.js'; | ||||
| import { getSubmission01 } from '../test_assets/assignments/submission.testdata.js'; | ||||
| import { getQuestion } from '../../src/services/questions.js'; | ||||
| import { getQuestion01 } from '../test_assets/questions/questions.testdata.js'; | ||||
| 
 | ||||
| describe('Student controllers', () => { | ||||
|  |  | |||
		Reference in a new issue
	
	 laurejablonski
						laurejablonski