Skip to content

Add type tests

Add type tests #179

Triggered via push February 6, 2024 07:46
Status Failure
Total duration 44s
Artifacts

test.yml

on: push
test-package
36s
test-package
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test-package: type-tests/types-reflect.tsx#L197
Type 'StoreWritable<(newValue: string) => void>' is not assignable to type '((newValue: string) => void) | (() => void) | undefined'.
test-package: type-tests/types-reflect.tsx#L222
Type 'StoreWritable<{ <T extends "b">(value: T): { lol: boolean; }; <T extends "a">(value: T): { kek: boolean; }; }>' is not assignable to type '((value: "a") => { kek: boolean; }) | (() => { kek: boolean; }) | undefined'.
test-package
Process completed with exit code 1.
test-package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.