feat: enhance knock validation with email parameters and notification #26
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; }'.
|