commitlint,docs: start using FP patterns #2368
CI.yml
on: pull_request
Annotations
3 errors
commitlint/tests/integration.test.ts > testing TypeHelpers.IsInstanceOf exceptions:
commitlint/tests/testHelpers.ts#L94
AssertionError: expected [Function] to throw error including 'Invalid' but got 'Cannot read properties of null (readi…'
- Expected
+ Received
- Invalid
+ Cannot read properties of null (reading 'constructor')
❯ commitlint/tests/testHelpers.ts:94:61
|
commitlint/tests/plugins.test.ts > testing TypeHelpers.IsInstanceOf exceptions:
commitlint/tests/testHelpers.ts#L94
AssertionError: expected [Function] to throw error including 'Invalid' but got 'Cannot read properties of null (readi…'
- Expected
+ Received
- Invalid
+ Cannot read properties of null (reading 'constructor')
❯ commitlint/tests/testHelpers.ts:94:61
|
Run commitlint-related tests
Process completed with exit code 1.
|