🐛 Fix abstraction #17
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/
|