Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing failed for category, assignmentScore, and categoryScore Entites #32

Open
SantarinX opened this issue Feb 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SantarinX
Copy link
Collaborator

No description provided.

@SantarinX SantarinX added the bug Something isn't working label Feb 10, 2024
@keiferms3
Copy link
Collaborator

keiferms3 commented Feb 10, 2024

It seems these entities don't have types defined in devU-api/node_modules/devu-shared-modules/types. Each entity's service.ts file has a TS2305 error on the line importing their respective object. For example, line 5 of category.service.ts is:

import { Category } from 'devu-shared-modules'

and has the error:

Module '"devu-shared-modules"' has no exported member 'Category'. ts(2305)

CourseScore is also having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants