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 the way tests are counted. #511

Merged
merged 1 commit into from
May 25, 2017
Merged

Conversation

lddubeau
Copy link
Contributor

The code prior to this patch was undercounting the number tests expected. If you added a console.log to check the value of pending in the test-run task, you'd see it go into the negative. The upshot was that Gulp would consider the tests done before they were actually done.

I discovered this while resuming work on #494. The test should have failed but I was not able to get a failure until I fixed the counting issue.

@ivogabe ivogabe merged commit e3f7e29 into ivogabe:master May 25, 2017
@ivogabe
Copy link
Owner

ivogabe commented May 25, 2017

Thanks!

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.

2 participants