Skip to content

Commit 210e2de

Browse files
committed
Add LiveChat everywhere where modules are mentioned
1 parent 306ccd7 commit 210e2de

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/validate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const allowedModules = [
1515
"Submission",
1616
"Autograding",
1717
"Forum",
18+
"LiveChat",
1819
"Notifications",
1920
"TAGrading",
2021
"InstructorUI",

test/validate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe("validate", () => {
141141
)
142142
).to.throw(`Errors detected in title:
143143
- Invalid type, expected one of Bugfix, Feature, Refactor, Testing, Documentation, VPAT, UI/UX, Dependency, DevDependency. Got Fake.
144-
- Invalid module, expected one of Submission, Autograding, Forum, Notifications, TAGrading, InstructorUI, SubminiPolls, HelpQueue, CourseMaterials, Plagiarism, RainbowGrades, Calendar, System, Developer, API. Got Error.
144+
- Invalid module, expected one of Submission, Autograding, Forum, LiveChat, Notifications, TAGrading, InstructorUI, SubminiPolls, HelpQueue, CourseMaterials, Plagiarism, RainbowGrades, Calendar, System, Developer, API. Got Error.
145145
- Too long a message, expected at most 40 characters, got 56 characters.`);
146146
});
147147
});

0 commit comments

Comments
 (0)