DEV deploy - @devksingh4 #161
deploy-dev.yml
on: pull_request
Annotations
3 errors and 10 warnings
tests/unit/mobileWallet.test.ts > Mobile wallet pass issuance > Test that passes will be issued for members:
tests/unit/mobileWallet.test.ts#L82
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/unit/mobileWallet.test.ts:82:34
|
tests/unit/sqs/emailMembershipPass.test.ts > Test that passes will be issued for members:
src/api/sqs/handlers.ts#L49
CredentialsProviderError: Could not load credentials from any providers
❯ node_modules/@aws-sdk/client-ses/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js:129:13
❯ node_modules/@smithy/property-provider/dist-cjs/index.js:99:33
❯ coalesceProvider node_modules/@smithy/property-provider/dist-cjs/index.js:126:18
❯ node_modules/@smithy/property-provider/dist-cjs/index.js:144:18
❯ node_modules/@aws-sdk/client-ses/node_modules/@smithy/core/dist-cjs/index.js:85:17
❯ node_modules/@aws-sdk/client-ses/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js:33:22
❯ Module.emailMembershipPassHandler src/api/sqs/handlers.ts:49:3
❯ tests/unit/sqs/emailMembershipPass.test.ts:41:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { tryNextLink: false }
|
Run Unit Tests
Process completed with exit code 2.
|
Run Unit Tests:
src/api/functions/authorization.ts#L4
'QueryCommand' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/entraId.ts#L9
'BaseError' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/entraId.ts#L22
'FastifyInstance' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/membership.ts#L1
'FastifyInstance' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/membership.ts#L14
Unexpected any. Specify a different type
|
Run Unit Tests:
src/api/functions/mobileWallet.ts#L5
'GenericConfigType' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/mobileWallet.ts#L12
'FastifyInstance' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/functions/mobileWallet.ts#L12
'FastifyRequest' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/plugins/auth.ts#L18
'DynamoDBClient' is defined but never used. Allowed unused vars must match /^_/u
|
Run Unit Tests:
src/api/resources/types.d.ts#L7
Unexpected any. Specify a different type
|