feat: add first tests #22
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.
|