We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tentei reinstalar o jest, ts-jest, typescript, dotenv, também tentei chamar dotenv.config() no arquivo app da aplicação, aparentemente nada resolveu.
Ao tentar executar o jest com "JWT_SECRET=senhasupersecreta123 jest", ai o process.env.JWT_SECRET conseguiu pegar o valor da variável.
The text was updated successfully, but these errors were encountered:
@munhoz2k eles deviam te responder e agradecer! porque isso não ta na especificação, e sua dica me salvou também
Sorry, something went wrong.
yarn add dotenv yarn add @types/dotenv
yarn add dotenv
yarn add @types/dotenv
No ínicio do arquivo de testes de autenticação:
import { config } from "dotenv"; config()
Isso funcionou pra mim.
yarn add dotenv yarn add @types/dotenv No ínicio do arquivo de testes de autenticação: import { config } from "dotenv"; config() Isso funcionou pra mim.
Deve ter sido isso então, pois no meu estava:
import "dotenv/config"
LOL.
No branches or pull requests
Tentei reinstalar o jest, ts-jest, typescript, dotenv, também tentei chamar dotenv.config() no arquivo app da aplicação, aparentemente nada resolveu.
Ao tentar executar o jest com "JWT_SECRET=senhasupersecreta123 jest", ai o process.env.JWT_SECRET conseguiu pegar o valor da variável.
The text was updated successfully, but these errors were encountered: