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
Why in the examples is not used the more simple syntax:
MochaWeb && MochaWeb.testOnly(function(){
instead of:
if (!(typeof MochaWeb === 'undefined')){ MochaWeb.testOnly(function(){
Are there some technical issues I did not considered? Thanks.
The text was updated successfully, but these errors were encountered:
No. With the latest version of mike:mocha you can even just use MochaWeb.testOnly(function(){ without problems I think.
MochaWeb.testOnly(function(){
Sorry, something went wrong.
rissem
No branches or pull requests
Why in the examples is not used the more simple syntax:
instead of:
Are there some technical issues I did not considered? Thanks.
The text was updated successfully, but these errors were encountered: