error TS2307: Cannot find module '../../../types/api-output' or its corresponding type declarations. #12603
-
error TS2307: Cannot find module '../../../types/api-output' or its corresponding type declarations.
Expected behaviour Actual behaviour
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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @HarryLu33, Have you tried running the |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply! |
Beta Was this translation helpful? Give feedback.
-
hi @HarryLu33 I think what you should be missing is |
Beta Was this translation helpful? Give feedback.
hi @HarryLu33 I think what you should be missing is
gradLew generateTypes
, do try that out and let us know if it works!