Are least significant digit increments intentional?
givanse opened this issue · 1 comments
givanse commented
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.
kategengler commented
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