chore: Bump the dev-dependencies-eslint group with 2 updates (#5975) #53
Annotations
2 errors and 1 notice
Run tests:
test/close-pipelining.test.js#L63
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'rejected'
- 'fulfilled'
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'rejected'
- 'fulfilled'
at assert.<computed> [as strictEqual] (node:internal/test_runner/test:263:18)
at TestContext.<anonymous> (/Users/runner/work/fastify/fastify/test/close-pipelining.test.js:63:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:932:9)
at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'rejected',
expected: 'fulfilled',
operator: 'strictEqual'
}
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 5269
Suites π: 974
Passed β
: 5258
Failed β: 1
Canceled π«: 0
Skipped βοΈ: 10
Todo π: 0
Duration π: 50225.436ms
|
Loading