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

Bluebird #136

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Bluebird #136

wants to merge 7 commits into from

Conversation

STRML
Copy link

@STRML STRML commented Jan 14, 2016

This is built on top of my testHook PR and v2.0.0.

Bluebird is much more performant than q and allows us to be much more concise. As a result, even with the additional test code, this still a net of -17 lines.

We plan to build on top of this to do parallel cropping, as we have a large test case with many elements.

@STRML
Copy link
Author

STRML commented Jan 14, 2016

Coverage has gone down very slightly because an error condition that was in a ternary (so always covered) was moved into a .then().catch() structure. The error condition was never covered in the tests, but coveralls was unable to tell.

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