Skip to content

fix: group fixtures together. update types in files #216

fix: group fixtures together. update types in files

fix: group fixtures together. update types in files #216

Triggered via push December 11, 2024 19:32
Status Failure
Total duration 46s
Artifacts

ci-cd.yml

on: push
Matrix: test
Publish package to NPM
0s
Publish package to NPM
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Test on node 20: src/v3/recordingComputeUtils.ts#L108
Property 'findLast' does not exist on type 'SpanAndAnnotation<AllPossibleScopesT>[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2023' or later.
Test on node 20: src/v3/recordingComputeUtils.ts#L108
Parameter 'spanAndAnnotation' implicitly has an 'any' type.
Test on node 20: src/v3/test/fixtures/ticket.activation.ts#L1
Cannot find module '../types' or its corresponding type declarations.
Test on node 20: src/v3/test/fixtures/ticket.activation.ts#L49
Binding element 'span' implicitly has an 'any' type.
Test on node 20: src/v3/test/fixtures/ticket.activation.ts#L53
Binding element 'span' implicitly has an 'any' type.
Test on node 20: src/v3/test/fixtures/ticket.activation.ts#L56
Binding element 'span' implicitly has an 'any' type.
Test on node 20: src/v3/test/types.test.ts#L198
Object literal may only specify known properties, and 'userId' does not exist in type '{ ticketId: any; }'.
Test on node 20
Process completed with exit code 2.
Test on node 20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636