Skip to content

feat: enhance knock validation with email parameters and notification #26

feat: enhance knock validation with email parameters and notification

feat: enhance knock validation with email parameters and notification #26

Triggered via push November 25, 2025 15:56
Status Failure
Total duration 39s
Artifacts

test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors
build (22.x)
Process completed with exit code 2.
build (22.x): src/routes/putKnockValidation.test.ts#L60
Type '{}' is missing the following properties from type '{ from: string; to: string; }': from, to
build (22.x): src/routes/putKnockValidation.test.ts#L52
Argument of type '{ log: Mock<LogService>; tokenStore: MockedObject<TokenStoreService>; }' is not assignable to parameter of type '{ log: LogService; tokenStore: TokenStoreService; sendMail: SendMailService; }'.
build (22.x): src/routes/putKnockValidation.test.ts#L32
Type '{}' is missing the following properties from type '{ from: string; to: string; }': from, to
build (22.x): src/routes/putKnockValidation.test.ts#L25
Argument of type '{ log: Mock<LogService>; tokenStore: MockedObject<TokenStoreService>; }' is not assignable to parameter of type '{ log: LogService; tokenStore: TokenStoreService; sendMail: SendMailService; }'.
build (24.x)
The strategy configuration was canceled because "build._22_x" failed
build (24.x)
Process completed with exit code 2.
build (24.x): src/routes/putKnockValidation.test.ts#L60
Type '{}' is missing the following properties from type '{ from: string; to: string; }': from, to
build (24.x): src/routes/putKnockValidation.test.ts#L52
Argument of type '{ log: Mock<LogService>; tokenStore: MockedObject<TokenStoreService>; }' is not assignable to parameter of type '{ log: LogService; tokenStore: TokenStoreService; sendMail: SendMailService; }'.
build (24.x): src/routes/putKnockValidation.test.ts#L32
Type '{}' is missing the following properties from type '{ from: string; to: string; }': from, to
build (24.x): src/routes/putKnockValidation.test.ts#L25
Argument of type '{ log: Mock<LogService>; tokenStore: MockedObject<TokenStoreService>; }' is not assignable to parameter of type '{ log: LogService; tokenStore: TokenStoreService; sendMail: SendMailService; }'.