Skip to content

feat: adjust invoice discount percentage #443

feat: adjust invoice discount percentage

feat: adjust invoice discount percentage #443

Triggered via pull request June 24, 2024 20:01
Status Failure
Total duration 49s
Artifacts

ci.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ci: src/lib/transformers/book.test.ts#L55
Type '{ authors: string; formatId: number; genreId: number; imageUrl: string; isbn13: string; priceInCents: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInput'.
ci: src/lib/transformers/book.ts#L16
Type '{ authors: string; formatId: number; genreId: number; imageUrl: string | null; isbn13: string; priceInCents: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInput'.
ci: tests/invoices.spec.ts#L223
Type '{ authors: string; format: string; genre: string; isbn13: string; price: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInputStrings'.
ci: tests/invoices.spec.ts#L239
Type '{ authors: string; format: string; genre: string; isbn13: string; price: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInputStrings'.
ci
Process completed with exit code 2.
build
Process completed with exit code 1.