feat(parser): integrate parser with Batch Processing #6082
pr-run-linting-check-and-unit-tests.yml
on: pull_request
run-unit-tests
/
check-layer-publisher
1m 12s
run-unit-tests
/
check-docs-snippets
50s
run-unit-tests
/
check-docs
57s
Matrix: run-unit-tests / check-examples
Matrix: run-unit-tests / code-quality
Annotations
2 errors
run-unit-tests / code-quality (22, packages/logger)
Process completed with exit code 1.
|
tests/unit/formatters.test.ts > Formatters > formats standard errors correctly ('AssertionError'):
packages/logger/tests/unit/formatters.test.ts#L453
AssertionError: expected { name: 'AssertionError', …(10) } to deeply equal { stack: ArrayContaining{…}, …(9) }
- Expected
+ Received
@@ -1,9 +1,10 @@
{
"actual": 1,
"cause": undefined,
"code": "ERR_ASSERTION",
+ "diff": "simple",
"expected": 2,
"generatedMessage": true,
"location": StringMatching /(node:)*internal\/assert\/assertion_error(.js)*:\d+$/,
"message": StringMatching /Expected values to be strictly equal/,
"name": "AssertionError",
❯ tests/unit/formatters.test.ts:453:30
|