Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Ensure coverage setup, spawnProc, finish run and that they run in order #316

Merged
merged 1 commit into from
Apr 4, 2018

Conversation

lhorie
Copy link
Contributor

@lhorie lhorie commented Apr 4, 2018

Setup wasn't actually deleting files, and spawnProc and finish were being called synchronously rather than in series. This caused the test command to resolve its promise early, which in turn makes it unusable programmatically (e.g. for tests)

This PR chains the async operations as intended.

@lhorie lhorie merged commit 0be88e3 into master Apr 4, 2018
@KevinGrandon KevinGrandon deleted the fix-coverage-order-of-ops branch July 17, 2018 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants