style: fix linting issues met Prettier
This commit is contained in:
parent
1b18338c78
commit
ba617a43e7
11 changed files with 46 additions and 30 deletions
|
@ -49,8 +49,6 @@ describe('LearningObjectRepository', () => {
|
|||
});
|
||||
|
||||
it('should return the newest version of the learning object when queried by only hruid and language', async () => {
|
||||
|
||||
|
||||
const result = await learningObjectRepository.findLatestByHruidAndLanguage(newerExample.hruid, newerExample.language);
|
||||
// Expect(result).toBeInstanceOf(LearningObject);
|
||||
// Expect(result?.version).toBe(10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue