style: fix linting issues met ESLint
This commit is contained in:
parent
ccacc69ed8
commit
e58835aa17
5 changed files with 9 additions and 11 deletions
|
@ -40,7 +40,7 @@ export function makeTestStudents(
|
|||
lastName: 'Morisson',
|
||||
});
|
||||
|
||||
// do not use for any tests, gets deleted in a unit test
|
||||
// Do not use for any tests, gets deleted in a unit test
|
||||
const student07 = em.create(Student, {
|
||||
username: 'Nirvana',
|
||||
firstName: 'Kurt',
|
||||
|
|
|
@ -22,7 +22,7 @@ export function makeTestTeachers(
|
|||
lastName: 'Lewis',
|
||||
});
|
||||
|
||||
// should not be used, gets deleted in a unit test
|
||||
// Should not be used, gets deleted in a unit test
|
||||
const teacher04 = em.create(Teacher, {
|
||||
username: 'ZesdeMetaal',
|
||||
firstName: 'Wannes',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue