-
Notifications
You must be signed in to change notification settings - Fork 16
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
AWS related environment values get replaced #63
Comments
Very interesting. Those values should only be placed if nothing is being set for those envs, so I can't understand why they are being overwritten.
|
Ah. Looks like |
Not sure of the best solution. These variables need to be set or |
I think It could be good to remove those defualt values. They may be fine in most of the cases, however, you may have some integration or end2end test in which you really want to hit the aws dynamodb ( like I do : ), then, your tests will never work. On the other hand, I think you will never be able to run this:
If you dont provide within |
didnt know either, thanks for sharing :) |
I have a
.env
file, with custom values forThese values get replaced by the default values defined on https://github.com/freshollie/jest-dynalite/blob/master/src/setup.ts, no matter what I do.
Only when I have removed the
preset: "jest-dynalite"
preset from thejest.config
file, my values remain as defined.Do you know could be going wrong? thanks
PS: I would suggest to just remove those default values.
The text was updated successfully, but these errors were encountered: