chore: added husky, commitlint, and changesets #4
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
test/faces/ElapsedTime.test.ts > ElapsedTime > creates an elapsed time from a date in the future:
test/faces/ElapsedTime.test.ts#L83
AssertionError: expected '[59]:[58]' to be '[59]:[59]' // Object.is equality
Expected: "[59]:[59]"
Received: "[59]:[58]"
❯ test/faces/ElapsedTime.test.ts:83:47
|
|
test/faces/ElapsedTime.test.ts > ElapsedTime > creates an elapsed time from a date in the past:
test/faces/ElapsedTime.test.ts#L66
AssertionError: expected '[60]:[03]' to be '[60]:[02]' // Object.is equality
Expected: "[60]:[02]"
Received: "[60]:[03]"
❯ test/faces/ElapsedTime.test.ts:66:47
|