update test

This commit is contained in:
Philipp Kunz 2018-03-12 00:13:17 +01:00
parent 527bad8e0a
commit 69fee8f8a2

View File

@ -43,6 +43,7 @@ tap.test('should combine units', async () => {
hours: 2,
minutes: 2
});
// tslint:disable-next-line:no-console
console.log(computedTime);
});