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

Refactor: Cria pacotes para tratamento de senha #8

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

MegahNevel
Copy link
Contributor

No description provided.

@MegahNevel
Copy link
Contributor Author

Eu estou tentando adicionar variáveis de ambiente para serem utilizados pelo teste mas não consigo fazê-las funcionar. Eu adicionei alguns consoles.log ao código (especificamente em initdatabase) e eles retornam "undefined"
A resolução deste problema deve fazer com que o teste seja aceito;

@MegahNevel MegahNevel changed the title Coloca dados em variaveis de ambiente, melhora segurança de senhas Refactor: Cria pacotes para tratamento de senha Dec 11, 2024
@MegahNevel MegahNevel linked an issue Dec 11, 2024 that may be closed by this pull request
3 tasks
@guipeeix7
Copy link
Contributor

Eu estou tentando adicionar variáveis de ambiente para serem utilizados pelo teste mas não consigo fazê-las funcionar. Eu adicionei alguns consoles.log ao código (especificamente em initdatabase) e eles retornam "undefined" A resolução deste problema deve fazer com que o teste seja aceito;

Aparentemente durante a fase de testes o .env não é utilizado.
Podemos tentar algo como:
https://www.reddit.com/r/node/comments/vcouaw/app_not_reading_env_files_when_testing_through/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Refatora controlador de senhas para seu próprio pacote.
2 participants