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
http://stackoverflow.com/questions/1007981/how-to-get-function-parameter-names-values-dynamically-from-javascript
These technique does not work when using code-minification ( --production flag) or a function-wrapper without (test,waitFor) args in source-code.
Please allow to flag a test to be 'async' e.g
it.async = function (name, fn) { it(name, function (test, waitFor) { return fn.apply(this, arguments); }); };
The text was updated successfully, but these errors were encountered:
OK, will take a look at it when we're back form vacation.
Sorry, something went wrong.
No branches or pull requests
http://stackoverflow.com/questions/1007981/how-to-get-function-parameter-names-values-dynamically-from-javascript
These technique does not work when using code-minification ( --production flag) or a function-wrapper without (test,waitFor) args in source-code.
Please allow to flag a test to be 'async' e.g
The text was updated successfully, but these errors were encountered: