Skip to content

chore: migrate to msw@2 #115

chore: migrate to msw@2

chore: migrate to msw@2 #115

Triggered via pull request May 25, 2024 18:17
Status Failure
Total duration 41s
Billable time 1m
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/oas/oas-json-schema.test.ts > supports JSON Schema object: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-json-schema.test.ts:6:20
test/oas/oas-json-schema.test.ts > normalizes path parameters: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-json-schema.test.ts:77:20
test/oas/oas-json-schema.test.ts > treats operations without "responses" as not implemented (501): src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-json-schema.test.ts:95:20
test/oas/oas-json-schema.test.ts > responds with an empty 200 to a request without explicit 200 response: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-json-schema.test.ts:122:20
test/oas/oas-json-schema.test.ts > responds with 501 to a request for explicit non-existing response status: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-json-schema.test.ts:145:20
test/oas/oas-json-schema.test.ts > respects the "Accept" request header: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-json-schema.test.ts:175:20
test/oas/oas-response-headers.test.ts > supports response headers: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-response-headers.test.ts:6:20
test/oas/oas-response.test.ts > supports explicit response example: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-response.test.ts:6:20
test/oas/oas-response.test.ts > supports a referenced response example: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-response.test.ts:23:20
test/oas/oas-servers.test.ts > supports a single absolute server url: src/fromOpenApi/fromOpenApi.ts#L32
TypeError: Cannot convert undefined or null to object ❯ Module.fromOpenApi src/fromOpenApi/fromOpenApi.ts:32:30 ❯ test/oas/oas-servers.test.ts:6:20
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/