mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
fixing multiline feedback
This commit is contained in:
@@ -319,5 +319,6 @@ essay
|
||||
expect(firstQuestion.questionType).toBe(QuestionType.ESSAY);
|
||||
expect(firstQuestion.text).not.toContain("this is general feedback");
|
||||
expect(firstQuestion.neutralComments).toBe("this is general feedback");
|
||||
expect(firstQuestion.neutralComments).not.toContain("...");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user