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
The count increments by one on the least significant digit every time. Is this intentional?
pass count: 100 pass count: 201 pass count: 302 pass count: 403 pass count: 504 pass count: 605
It is a little odd. I would have expected 100, 200, 300.
The text was updated successfully, but these errors were encountered:
The outputted pass count value comes from the testem TapReporter from which the FailureOnlyReporter extends. https://github.com/emberjs/testem-failure-only-reporter/blob/master/failure-only-reporter.js#L17
Sorry, something went wrong.
No branches or pull requests
The count increments by one on the least significant digit every time. Is this intentional?
It is a little odd. I would have expected 100, 200, 300.
The text was updated successfully, but these errors were encountered: