-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
e2e Generation is failed #928
Comments
May I use the same reproducible repo with #922? |
https://github.com/samchon/nestia/blob/master/packages/core/src/decorators/DynamicModule.ts About the |
|
I'm a very lazy person) Is it possible to somehow register this setting in the nestia config so that you don’t have to go into the generated file every time and fix it manually?If you have to somehow automate this process, it will be impossible due to incorrect generation of mount contents and errors with
|
@samchon ? |
No way to fully consider every use cases about the application bootstrapping, gave up If you upgrade to |
I Try to generate e2e. That's what I did(I run these commands one after another):
This is my test/tsconfig
This is parent
Nestia.config.ts
I'm getting something strange in index.ts in tests in await core.DynamicModule.mount like the picture below. I change this to AppModule manually. How to avoid this problem?
Next I try to run the command
And I get a million of these errors:
How can this be fixed? I tried changing different tsconfig settings, such as strict, esModuleInterop and something else, but I was unable to compile and run the tests without errors. Since this error() was related to typing, I could simply ignore it and run
But it's kind of hard to fix it every time.
The text was updated successfully, but these errors were encountered: