feat: add resultsCount to searchFacilities #954
Annotations
8 errors
__tests__/auditTrail.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
__tests__/auth.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
__tests__/facilities.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
__tests__/healthcareProfessional.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
__tests__/healthcareProfessionalValidations.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
__tests__/submissions.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
__tests__/testSetup.test.ts > searchFacilities > search facilities using limit filter and see if it return the correct resultsCount:
__tests__/facilities.test.ts#L153
AssertionError: expected [ { …(4) } ] to be undefined
- Expected:
undefined
+ Received:
Array [
Object {
"extensions": Object {
"code": "BAD_USER_INPUT",
"errors": Array [
Object {
"errorCode": "INTERNAL_SERVER_ERROR",
"field": "searchFacilities",
"httpStatus": 500,
},
],
},
"locations": Array [
Object {
"column": 3,
"line": 2,
},
],
"message": "Validation Failed",
"path": Array [
"facilities",
],
},
]
❯ __tests__/facilities.test.ts:153:54
|
Running Tests (21.3.0)
Process completed with exit code 1.
|