diff --git a/test/test.ts b/test/test.ts index 8e08d3a..0eabc6e 100644 --- a/test/test.ts +++ b/test/test.ts @@ -43,6 +43,7 @@ tap.test('should combine units', async () => { hours: 2, minutes: 2 }); + // tslint:disable-next-line:no-console console.log(computedTime); });