Skip to content

test(types/defineProps): add failing runtime declaration tests to ali… #1

test(types/defineProps): add failing runtime declaration tests to ali…

test(types/defineProps): add failing runtime declaration tests to ali… #1

Triggered via push December 5, 2023 21:36
Status Failure
Total duration 3m 51s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint-and-test-dts: packages/dts-test/setupHelpers.test-d.ts#L186
Argument of type '{ readonly bar: number; readonly baz: unknown[]; readonly foo?: string | undefined; }' is not assignable to parameter of type '{ foo: string | undefined; bar: number; baz: unknown[]; }'.
lint-and-test-dts: packages/dts-test/setupHelpers.test-d.ts#L191
Argument of type '{ readonly bar: number; readonly baz: unknown[]; readonly foo?: string | undefined; }' is not assignable to parameter of type '{ foo: string | undefined; bar: number; baz: unknown[]; }'.
lint-and-test-dts: packages/dts-test/setupHelpers.test-d.ts#L210
Argument of type 'Ref<string | undefined> | undefined' is not assignable to parameter of type 'Ref<string | undefined>'.
lint-and-test-dts
Process completed with exit code 1.