build(deps): update all non-major dependencies #1105
Annotations
6 errors
test/internal/event/EventInteractor.spec.ts > internal/event/EventInteractor > sendEvents > success:
test/internal/event/EventInteractor.spec.ts#L439
AssertionError: false == true
- Expected
+ Received
- true
+ false
❯ test/internal/event/EventInteractor.spec.ts:439:7
|
test/internal/event/EventInteractor.spec.ts > internal/event/EventInteractor > sendEvents > success - some events are failed:
test/internal/event/EventInteractor.spec.ts#L485
AssertionError: false == true
- Expected
+ Received
- true
+ false
❯ test/internal/event/EventInteractor.spec.ts:485:7
|
test/internal/event/EventInteractor.spec.ts > internal/event/EventInteractor > sendEvents > force=true:
test/internal/event/EventInteractor.spec.ts#L568
AssertionError: The expression evaluated to a falsy value:
request.json()
- Expected
+ Received
- true
+ false
❯ test/internal/event/EventInteractor.spec.ts:568:7
|
test/internal/remote/ApiClient.spec.ts > internal/remote/ApiClient > getEvaluations > success:
test/internal/remote/ApiClient.spec.ts#L86
AssertionError: The expression evaluated to a falsy value:
HttpResponse.json({
evaluations: user1Evaluations,
userEvaluationsId: 'user_evaluation_id',
},
{ headers: { 'Content-Length': '10' } }
)
- Expected
+ Received
- true
+ false
❯ test/internal/remote/ApiClient.spec.ts:86:7
|
test/internal/remote/ApiClient.spec.ts > internal/remote/ApiClient > registerEvents > success:
test/internal/remote/ApiClient.spec.ts#L256
TypeError: Invalid state: ReadableStream is locked
❯ Function.consumeBodyStream node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/fetch/utilities/FetchBodyUtility.ts:177:23
❯ Request.text node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/fetch/Request.ts:298:36
❯ Request.json node_modules/.pnpm/[email protected]/node_modules/happy-dom/src/fetch/Request.ts:315:27
❯ test/internal/remote/ApiClient.spec.ts:256:41
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_STATE' }
|
ci
Process completed with exit code 1.
|