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 ./場合、同じ DB を使用する方法はあり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 ./
指定したデータベースを使用します。