chore: bump version to 0.1.13 and enhance commit-msg hook #5
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
test/hook.test.ts > commit-msg.hook template tests > PATH commit-msg detection > should handle PATH commit-msg with incorrect version output:
test/hook.test.ts#L142
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/hook.test.ts:142:29
|
|
test/hook.test.ts > commit-msg.hook template tests > PATH commit-msg detection > should handle PATH commit-msg that does not support --version:
test/hook.test.ts#L108
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/hook.test.ts:108:29
|