You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS2307: Cannot find module '../../../types/api-output' or its corresponding type declarations.
Environment:
master branch at commit 62139bc Steps to reproduce
Run src\web\app\components\comment-box\comment-edit-form\comment-edit-form.component.spec.ts file.
Expected behaviour
Compile successfully
Actual behaviour
`Test suite failed to run
src/web/app/components/teammates-common/feedback-path.pipe.ts:2:41 - error TS2307: Cannot find module '../../../types/api-output' or its corresponding type declarations.
2 import { FeedbackParticipantType } from '../../../types/api-output';
~~~~~~~~~~~~~~~~~~~~~~~~~~~`
Additional info
I am currently working on issue #12588 to Improve the test code coverage of CommentEditFormComponent. When I tried to run the test, the code could not compile. It shows cannot find module '../../../types/api-output'. I am new to this project, is there anything I missed to get this error?
The text was updated successfully, but these errors were encountered:
Hi @HarryLu33, Have you tried running the ./gradlew createConfigs command to generate the config files? For more information, please refer to our Setting Up documentation page :)
error TS2307: Cannot find module '../../../types/api-output' or its corresponding type declarations.
master branch at commit 62139bc
Steps to reproduce
Run src\web\app\components\comment-box\comment-edit-form\comment-edit-form.component.spec.ts file.
Expected behaviour
Compile successfully
Actual behaviour
`Test suite failed to run
Additional info
I am currently working on issue #12588 to Improve the test code coverage of CommentEditFormComponent. When I tried to run the test, the code could not compile. It shows cannot find module '../../../types/api-output'. I am new to this project, is there anything I missed to get this error?
The text was updated successfully, but these errors were encountered: