Skip to content

feat: add first tests #22

feat: add first tests

feat: add first tests #22

Triggered via push August 22, 2024 09:44
Status Failure
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/controllers/chat-controller.ts#L1
Cannot find module 'express' or its corresponding type declarations.
test: src/controllers/chat-controller.ts#L2
Cannot find module 'node:stream/promises' or its corresponding type declarations.
test: src/controllers/document-controller.ts#L1
Cannot find module 'express' or its corresponding type declarations.
test: src/controllers/health-controller.ts#L1
Cannot find module 'express' or its corresponding type declarations.
test: src/controllers/model-controller.ts#L1
Cannot find module 'express' or its corresponding type declarations.
test: src/index.ts#L1
Cannot find module 'body-parser' or its corresponding type declarations.
test: src/index.ts#L2
Cannot find module 'express' or its corresponding type declarations.
test: src/middleware/basic-auth-middleware.ts#L1
Cannot find module 'express' or its corresponding type declarations.
test: src/middleware/cors.ts#L2
Cannot find module 'cors' or its corresponding type declarations.
test: src/middleware/file-upload-middleware.ts#L1
Cannot find module 'multer' or its corresponding type declarations.