Cleanup
This commit is contained in:
@ -7,4 +7,4 @@ test('getColonTimeFromDate is a Function', () => {
|
||||
test('Gets the time in the proper format.', () => {
|
||||
let date = new Date();
|
||||
expect(getColonTimeFromDate(date)).toEqual(date.toTimeString().slice(0, 8));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user