Skip to content

Add workflows and funding for github #1

Add workflows and funding for github

Add workflows and funding for github #1

Triggered via pull request December 8, 2023 03:44
Status Failure
Total duration 42s
Artifacts

test.yml

on: pull_request
Type Validation
25s
Type Validation
Unit Tests
29s
Unit Tests
Type Tests
26s
Type Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Type Validation: src/types/routeMethods.test-d.ts#L21
Property 'routes' does not exist on type 'Router<readonly [{ readonly name: "foo"; readonly path: ""; }]>'.
Type Validation: src/types/routeMethods.test-d.ts#L21
Expected 1 arguments, but got 0.
Type Validation: src/types/routeMethods.test-d.ts#L34
Property 'routes' does not exist on type 'Router<readonly [{ readonly name: "foo"; readonly path: ":"; }]>'.
Type Validation: src/types/routeMethods.test-d.ts#L34
Expected 1 arguments, but got 0.
Type Validation: src/types/routeMethods.test-d.ts#L47
Property 'routes' does not exist on type 'Router<readonly [{ readonly name: "foo"; readonly path: ":?"; }]>'.
Type Validation: src/types/routeMethods.test-d.ts#L49
Property 'routes' does not exist on type 'Router<readonly [{ readonly name: "foo"; readonly path: ":?"; }]>'.
Type Validation: src/types/routeMethods.test-d.ts#L49
Expected 1 arguments, but got 0.
Type Validation: src/types/routeMethods.test-d.ts#L62
Property 'routes' does not exist on type 'Router<readonly [{ readonly name: "foo"; readonly path: ":foo"; }]>'.
Type Validation: src/types/routeMethods.test-d.ts#L62
Expected 1 arguments, but got 0.
Type Validation: src/types/routeMethods.test-d.ts#L77
Property 'routes' does not exist on type 'Router<readonly [{ readonly name: "foo"; readonly path: ":?foo"; }]>'.
Type Tests
Process completed with exit code 1.