EFS-948: Fixing jest being torn down issue in testcases #6473
node.js.yml
on: pull_request
Matrix: build
lint
59s
create-badges
15s
Annotations
2 errors and 1 warning
GraphQL CodeSystem Tests › GraphQL CodeSystem › GraphQL Codeset without filter works properly:
src/tests/graphql/field_filter/field_filter.test.js#L65
Merge failed: {"created":true,"id":"loinc-consumer","uuid":"03742604-93c6-53a8-907d-32e378f87280","resourceType":"CodeSystem","updated":false,"sourceAssigningAuthority":"mps-api"} Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 7
- ObjectContaining {
- "created": false,
+ Object {
+ "created": true,
+ "id": "loinc-consumer",
+ "resourceType": "CodeSystem",
+ "sourceAssigningAuthority": "mps-api",
+ "updated": false,
+ "uuid": "03742604-93c6-53a8-907d-32e378f87280",
}
at Object.toHaveMergeResponse (src/tests/graphql/field_filter/field_filter.test.js:65:26)
|
test (chunk )
Process completed with exit code 1.
|
create-badges
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|