gpt4 book ai didi

javascript - Jest 不加载环境变量(即使使用 --setupFiles dotenv/config)

转载 作者:行者123 更新时间:2023-12-04 13:36:42 25 4
gpt4 key购买 nike

我正在为我的 Express 项目编写测试,但是当我运行测试脚本时,我的环境变量没有加载。
在其他线程中,人们建议使用 --setupFiles dotenv/config ,我做到了,但不幸的是它没有用。我尝试将它添加到我的测试脚本和 jest.config.js文件,但没有一个工作。有人对如何解决这个问题有任何提示吗?
上下文
这就是我在 package.json 上设置 Jest 的方式:

"scripts": {
"test": "jest --watchAll --setupFiles dotenv/config"
},
"jest": {
"testEnvironment": "node"
},
在我的 app.js 顶部文件,我加载我的环境变量 require('dotenv').config();这是我的文件夹结构:
project's folder structure: a source folder with several folders inside it, including a test folder. Outside src are app.js, routes.js, .env, package.json and some other files

最佳答案

通过移动 .env 修复它来自 src/ 的文件文件夹到根文件夹。

关于javascript - Jest 不加载环境变量(即使使用 --setupFiles dotenv/config),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61432981/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com