Use __user_metadata query if it exists (2411) by @Alex-Tideman (Attempt 1) #3930
Annotations
3 errors and 8 warnings
src/lib/utilities/get-query-types-from-error.test.ts > getQueryTypesFromError > should return an array of query types:
src/lib/utilities/get-query-types-from-error.test.ts#L34
AssertionError: expected [ { name: '__open_sessions' } ] to deeply equal [ '__open_sessions' ]
- Expected
+ Received
Array [
- "__open_sessions",
+ Object {
+ "name": "__open_sessions",
+ },
]
❯ src/lib/utilities/get-query-types-from-error.test.ts:34:51
|
src/lib/utilities/get-query-types-from-error.test.ts > getQueryTypesFromError > should work with the Java SDK:
src/lib/utilities/get-query-types-from-error.test.ts#L44
AssertionError: expected [ { name: 'getLoan' }, …(3) ] to deeply equal [ Array(4) ]
- Expected
+ Received
Array [
- "getLoan",
- "getNextPaymentDue",
- "getPaymentObligations",
- "getNextPaymentObligation",
+ Object {
+ "name": "getLoan",
+ },
+ Object {
+ "name": "getNextPaymentDue",
+ },
+ Object {
+ "name": "getPaymentObligations",
+ },
+ Object {
+ "name": "getNextPaymentObligation",
+ },
]
❯ src/lib/utilities/get-query-types-from-error.test.ts:44:58
|
unit-tests
Process completed with exit code 1.
|
check-types
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
tests/e2e/call-stack.spec.ts#L11
Test has no assertions
|
lint:
tests/e2e/call-stack.spec.ts#L26
Test has no assertions
|
lint:
tests/e2e/workflows.spec.ts#L12
Unexpected use of { force: true } option
|
lint:
tests/e2e/workflows.spec.ts#L21
Unexpected use of { force: true } option
|
lint:
tests/e2e/workflows.spec.ts#L35
Unexpected use of { force: true } option
|
unit-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|