mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
chore(changelog): add interface and i18n types, update tests
This adds extra types that Angular doesn't use. "interface" is for frontend related changes etc. "i18n" means internationalization and refers to translations, etc. Fixes #2622.
This commit is contained in:
@@ -34,6 +34,8 @@ describe('validate-commit-msg.js', function() {
|
||||
expect(m.validateMessage('chore(*): something')).toBe(VALID);
|
||||
expect(m.validateMessage('chore(guide/location): something')).toBe(VALID);
|
||||
expect(m.validateMessage('revert(foo): something')).toBe(VALID);
|
||||
expect(m.validateMessage('i18n(translate): something')).toBe(VALID);
|
||||
expect(m.validateMessage('interface(ui-change): something')).toBe(VALID);
|
||||
expect(errors).toEqual([]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user