feat: Accouting Service (WIP) #1684
Annotations
5 errors and 1 warning
Test:
billing/test/helpers/context.js#L9
'encodeEgressEvent' is declared but its value is never read.
|
Test:
billing/test/helpers/context.js#L9
'validateEgressEvent' is declared but its value is never read.
|
Test:
billing/test/helpers/context.js#L170
Property 'accountId' does not exist on type 'Promise<AwsCredentialIdentity>'.
|
Test:
billing/test/lib.egress-traffic-queue.spec.js#L4
Argument of type '() => Promise<{ egressEventStore: { put: (rec: EgressEvent) => Promise<Result<Unit, EncodeFailure | StoreOperationFailure | Failure>>; list: (key: EgressEventListKey, options?: Pageable) => Promise<...>; }; ... 18 more ...; stripeSecretKey: string; }>' is not assignable to parameter of type '() => Promise<EgressTestContext>'.
|
Test
Process completed with exit code 1.
|
Test
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/
|