Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设他们不是,有什么方法可以meteor test-packages ./使用相同的数据库meteor吗?我想添加一些依赖用户数据的包测试。
meteor test-packages ./
meteor
就像meteor run,meteor test-packages考虑到MONGO_URL设置。
meteor run
meteor test-packages
MONGO_URL
因此,
MONGO_URL=mongodb://127.0.0.1:27017/mydb meteor test packages ./
将使用指定的数据库。