Skip to content

fix: require build before test #23

fix: require build before test

fix: require build before test #23

Triggered via push August 22, 2024 09:46
Status Failure
Total duration 47s
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.