Skip to content

refactor(service): devices typescript/di: add functional test stubs f… #368

refactor(service): devices typescript/di: add functional test stubs f…

refactor(service): devices typescript/di: add functional test stubs f… #368

Triggered via push August 21, 2024 15:51
Status Failure
Total duration 44s
Artifacts
build mage service
26s
build mage service
Matrix: test mage service
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build mage service
Cannot find module '../authentication/entities.authentication' or its corresponding type declarations.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Property 'id' does not exist on type 'MageEventAttrs | MageEventDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Cannot find module '../../entities/authentication/entities.authentication' or its corresponding type declarations.
build mage service
Property 'model' does not exist on type 'Document<unknown, any, UserDocumentAttrs> & Omit<Omit<User, "id" | "roleId" | "authenticationId"> & { _id: ObjectId; authenticationId: ObjectId; roleId: ObjectId; } & Required<...>, never>'. Did you mean '$model'?
build mage service
Parameter 'err' implicitly has an 'any' type.
build mage service
Parameter 'possibleDuplicate' implicitly has an 'any' type.
build mage service
Property 'status' does not exist on type 'Error'.
build mage service
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/