We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixing client and server scripts together is not the common Meteor behavior.
I can workaround it, but it is not as fluent as desired.
Use case: Winston is a pure server module. So create a small Winston on the client as well and pass the arguments down to the server is desired.
In this case the Winston stub gets overwritten by the client implementation, since unit directories are loaded by karma first.
The text was updated successfully, but these errors were encountered:
Interesting idea. I've been thinking to run server unit tests using jasmine-node, and for browser tests to run in phantom/chrome to be more realistic.
Sorry, something went wrong.
No branches or pull requests
Mixing client and server scripts together is not the common Meteor behavior.
I can workaround it, but it is not as fluent as desired.
Use case:
Winston is a pure server module. So create a small Winston on the client as well and pass the arguments down to the server is desired.
In this case the Winston stub gets overwritten by the client implementation, since unit directories are loaded by karma first.
The text was updated successfully, but these errors were encountered: