Skip to content

implementation of path #9

implementation of path

implementation of path #9

Triggered via pull request December 15, 2023 03:02
Status Failure
Total duration 28s
Artifacts

test.yml

on: pull_request
Type Validation
15s
Type Validation
Unit Tests
16s
Unit Tests
Type Tests
16s
Type Tests
Fit to window
Zoom out
Zoom in

Annotations

19 errors
Type Validation: src/utilities/paramValidation.ts#L1
'ExtractParamsFromPath' is declared but its value is never read.
Type Validation: src/utilities/paramValidation.ts#L1
'Route' is declared but its value is never read.
Type Validation: src/utilities/paramValidation.ts#L1
'Routes' is declared but its value is never read.
Type Validation: src/utilities/paramValidation.ts#L3
'path' is declared but its value is never read.
Type Validation: src/utilities/paramValidation.ts#L3
'route' is declared but its value is never read.
Type Validation: src/utilities/params.ts#L73
Type 'string' is not assignable to type 'ExtractParamType<T>'.
Type Validation: src/utilities/params.ts#L79
Type 'string' is not assignable to type 'ExtractParamType<T>'.
Type Validation: src/utilities/path.ts#L40
Type 'Record<string, Param[]>' is not assignable to type 'P'.
Type Validation
Process completed with exit code 2.
Type Tests
'ExtractParamsFromPath' is declared but its value is never read.
Type Tests: src/utilities/paramValidation.ts#L1
'Route' is declared but its value is never read.
Type Tests: src/utilities/paramValidation.ts#L1
'Routes' is declared but its value is never read.
Type Tests: src/utilities/paramValidation.ts#L3
'path' is declared but its value is never read.
Type Tests: src/utilities/paramValidation.ts#L3
'route' is declared but its value is never read.
Type Tests: src/utilities/params.ts#L73
Type 'string' is not assignable to type 'ExtractParamType<T>'.
Type Tests: src/utilities/params.ts#L79
Type 'string' is not assignable to type 'ExtractParamType<T>'.
Type Tests: src/utilities/path.ts#L40
Type 'Record<string, Param[]>' is not assignable to type 'P'.
Type Tests
Process completed with exit code 1.
Unit Tests
Process completed with exit code 1.