When you run tests, a new temporary meteor app is created that has its own local MongoDB database.
You can define an existing MongoDB server by setting the environment variable MONGO_URL. But it will erase existing content of the database.
When you run tests, a new temporary meteor app is created that has its own local MongoDB database.
You can define an existing MongoDB server by setting the environment variable MONGO_URL. But it will erase existing content of the database.