style: fix linting issues met Prettier
This commit is contained in:
parent
0e70ccf672
commit
fc4e406845
4 changed files with 20 additions and 20 deletions
|
@ -12,7 +12,7 @@ export const TEST_STUDENTS = [
|
|||
// ⚠️ Deze mag niet gebruikt worden in elke test!
|
||||
{ username: 'Nirvana', firstName: 'Kurt', lastName: 'Cobain' },
|
||||
// Makes sure when logged in as leerling1, there exists a corresponding user
|
||||
{ username: 'testleerling1', firstName: 'Gerald', lastName: 'Schmittinger'},
|
||||
{ username: 'testleerling1', firstName: 'Gerald', lastName: 'Schmittinger' },
|
||||
];
|
||||
|
||||
// 🏗️ Functie die ORM entities maakt uit de data array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue