chore(package.json): bump dev deps (#1153) #1490
ci.yml
on: push
Dependencies
29s
Spellcheck
8s
pkg-pr-new
19s
Annotations
13 errors
|
Coverage
Process completed with exit code 1.
|
|
pkg-pr-new
Process completed with exit code 1.
|
|
Test (22.x)
Process completed with exit code 1.
|
|
responseInterceptor() › intercept responses with original headers › should proxy and return original headers from http://httpbin.org/cookies/set/cookie/monster:
test/e2e/response-interceptor.spec.ts#L65
thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at test/e2e/response-interceptor.spec.ts:65:5
at test/e2e/response-interceptor.spec.ts:47:3
at Object.<anonymous> (test/e2e/response-interceptor.spec.ts:6:1)
|
|
Test (24.x)
The strategy configuration was canceled because "test._22_x" failed
|
|
Test (24.x)
The operation was canceled.
|
|
responseInterceptor() › intercept compressed responses › should return decompressed deflated response from http://httpbin.org/deflate:
test/e2e/response-interceptor.spec.ts#L102
expected 200 "OK", got 503 "Service Unavailable"
at Object.<anonymous> (test/e2e/response-interceptor.spec.ts:102:52)
----
at Test._assertStatus (node_modules/supertest/lib/test.js:309:14)
at node_modules/supertest/lib/test.js:365:13
at Test._assertFunction (node_modules/supertest/lib/test.js:342:13)
at Test.assert (node_modules/supertest/lib/test.js:195:23)
at localAssert (node_modules/supertest/lib/test.js:138:14)
at Server.<anonymous> (node_modules/supertest/lib/test.js:152:11)
|
|
responseInterceptor() › intercept compressed responses › should return decompressed gzipped response from http://httpbin.org/gzip:
test/e2e/response-interceptor.spec.ts#L97
expected 200 "OK", got 503 "Service Unavailable"
at Object.<anonymous> (test/e2e/response-interceptor.spec.ts:97:49)
----
at Test._assertStatus (node_modules/supertest/lib/test.js:309:14)
at node_modules/supertest/lib/test.js:365:13
at Test._assertFunction (node_modules/supertest/lib/test.js:342:13)
at Test.assert (node_modules/supertest/lib/test.js:195:23)
at localAssert (node_modules/supertest/lib/test.js:138:14)
at Server.<anonymous> (node_modules/supertest/lib/test.js:152:11)
|
|
responseInterceptor() › intercept compressed responses › should return decompressed brotli response http://httpbin.org/brotli:
test/e2e/response-interceptor.spec.ts#L92
expected 200 "OK", got 503 "Service Unavailable"
at Object.<anonymous> (test/e2e/response-interceptor.spec.ts:92:51)
----
at Test._assertStatus (node_modules/supertest/lib/test.js:309:14)
at node_modules/supertest/lib/test.js:365:13
at Test._assertFunction (node_modules/supertest/lib/test.js:342:13)
at Test.assert (node_modules/supertest/lib/test.js:195:23)
at localAssert (node_modules/supertest/lib/test.js:138:14)
at Server.<anonymous> (node_modules/supertest/lib/test.js:152:11)
|
|
responseInterceptor() › intercept responses with original headers › should proxy and return original headers from http://httpbin.org/cookies/set/cookie/monster:
test/e2e/response-interceptor.spec.ts#L68
expected "Access-Control-Allow-Origin" header field
at Object.<anonymous> (test/e2e/response-interceptor.spec.ts:68:10)
----
at Test._assertHeader (node_modules/supertest/lib/test.js:281:47)
at node_modules/supertest/lib/test.js:365:13
at Test._assertFunction (node_modules/supertest/lib/test.js:342:13)
at Test.assert (node_modules/supertest/lib/test.js:195:23)
at localAssert (node_modules/supertest/lib/test.js:138:14)
at Server.<anonymous> (node_modules/supertest/lib/test.js:152:11)
|
|
Test (20.x)
The strategy configuration was canceled because "test._22_x" failed
|
|
Test (20.x)
The operation was canceled.
|
|
http integration › should work with raw node http RequestHandler:
test/e2e/http-server.spec.ts#L8
thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at test/e2e/http-server.spec.ts:8:3
at Object.<anonymous> (test/e2e/http-server.spec.ts:7:1)
|