Jordan Brant Baker
Jordan Brant Baker
What causes the inconsistency between coverage mode and non-coverage mode when running tests? specifically why does it go from correctly referencing the original test file to the combined `app.js`?
Maybe it's unclear but the name of a publication is distinct and different from the name of a collection. There's no 1 to 1 mapping. I can have a `users`...
Ahh, well maybe I misunderstood and I will defer to someone else who get this more :)
This is still a problem. For example I'm doing some refactoring of some complex code and I can't see exactly which DB operation has failed. 
yeah actually, the whole `{$set: {}}` was arbitrary just to trigger the error... looks like that behvioar has changed but you can try `{$whatever: {}}` and that should reproduce. I...
I tend to like the this directory to be stored in the same base directory as the test file in question. This is consistent with how Jest is configured as...
I found your answer here: http://stackoverflow.com/questions/13544333/how-to-track-the-number-of-anonymous-users-server-side-in-meteor I'm assuming I would have to look at the server side in memory UserStatus?
I'm using 0.23.0 I tried a reproduction using meteor create --bare; meteor remove static-html; meteor add peerlibrary:blaze-components But it doesn't seem to happen. I checked and all the packages installed...