style: fix linting issues met Prettier
This commit is contained in:
parent
dd21f46162
commit
06bc1cb8bf
7 changed files with 60 additions and 72 deletions
|
@ -16,8 +16,8 @@ const example: LearningObjectExample = {
|
|||
learningObject.contentType = DwengoContentType.GIFT;
|
||||
learningObject.returnValue = {
|
||||
callbackUrl: `/learningObject/${learningObject.hruid}/submissions`,
|
||||
callbackSchema: '["antwoord vraag 1"]'
|
||||
}
|
||||
callbackSchema: '["antwoord vraag 1"]',
|
||||
};
|
||||
learningObject.content = loadTestAsset('learning-objects/test-multiple-choice/content.txt');
|
||||
return learningObject;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue