Skip to content

Commit bff686d

Browse files
committed
test: - add test showing current behaviour
1 parent e3c0b58 commit bff686d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/PriorityTools.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ describe('priority naming', () => {
2828

2929
// Priority string has to be in lower case
3030
['Highest', Priority.None],
31+
['highEst', Priority.None],
3132
])('should get priority value "%s"', (str, value) => {
3233
expect(PriorityTools.priorityValue(str)).toEqual(value);
3334
});

0 commit comments

Comments
 (0)