Skip to content

ci: add name of tests workflow #5

ci: add name of tests workflow

ci: add name of tests workflow #5

Triggered via push November 28, 2024 11:07
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: playgrounds/nuxt/app/components/recorder-demo-component.vue#L31
Property 'URL' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { stopped: typeof stopped; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test: playgrounds/nuxt/app/components/recorder-demo-component.vue#L31
Property 'Blob' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { stopped: typeof stopped; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test: src/components/UseMediaRecorder.vue#L8
Function lacks ending return statement and return type does not include 'undefined'.
test: src/components/UseMediaRecorder.vue#L9
'value' is of type 'unknown'.
test: src/components/UseMediaRecorder.vue#L9
'value' is of type 'unknown'.
test: src/components/UseMediaRecorder.vue#L29
Rest parameter 'args' implicitly has an 'any[]' type.
test: src/components/UseMediaRecorder.vue#L29
A spread argument must either have a tuple type or be passed to a rest parameter.
test: src/components/UseMediaRecorder.vue#L30
Rest parameter 'args' implicitly has an 'any[]' type.
test: src/components/UseMediaRecorder.vue#L30
A spread argument must either have a tuple type or be passed to a rest parameter.
test: src/components/UseMediaRecorder.vue#L31
Rest parameter 'args' implicitly has an 'any[]' type.