Skip to content

🐛 Fix abstraction #17

🐛 Fix abstraction

🐛 Fix abstraction #17

Triggered via pull request August 21, 2024 14:42
Status Failure
Total duration 1m 2s
Artifacts

unit-tests-mesh.yml

on: pull_request
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
tests/cases/configFromSwaggers.test.ts > ConfigFromSwaggers tests > should return interfaces with children correctly: packages/graphql-mesh/tests/cases/configFromSwaggers.test.ts#L239
AssertionError: expected { Vehicle: [ 'Car', 'Bike', …(1) ] } to deeply equal { Vehicle: [ 'Car', 'Bike' ] } - Expected + Received Object { "Vehicle": Array [ "Car", "Bike", + "Default__Vehicle", ], } ❯ tests/cases/configFromSwaggers.test.ts:239:50
unit-tests (18.x)
Process completed with exit code 1.
unit-tests (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/