Skip to content
New issue

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

Fix for onTestComplete #126

Closed
wants to merge 7 commits into from
Closed

Conversation

gvas
Copy link
Contributor

@gvas gvas commented May 26, 2014

Fix for #116. The onTestComplete callback can return undefined, a boolean or a promise.

Also added error checking and reporting for #123

gvas added 7 commits May 24, 2014 21:39
…tions.

- identation is 4 spaces (I'm not sure about this, as half of the other functions use 2 spaces, the other half 4 spaces. In the end I have picked the 4 spaces.)
- space before the functions' opening braces
- single quotes
…ation into a promise.

Error conversion is moved into a central location.
…main advantage is that the control flow has become much simpler, errors from multiple sources can be handled at a single point (the grunt task's entry point).

Errors caused by too big test results are correctly reported (axemclion#123).
Added new grunt tasks for testing test failures and too big test results.
…efined, a boolean, or a promise.

Added new tests.
@gvas
Copy link
Contributor Author

gvas commented May 27, 2014

Closing this PR. I will create a new one which follows the coding style in #127.

@gvas gvas closed this May 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant