kevinbeaty / any-promise

NOTE: You probably want native promises now
MIT License
179 stars 17 forks source link

Reduce Test Time #16

Closed kevinbeaty closed 8 years ago

kevinbeaty commented 8 years ago

any-promise has been using promise-aplus-tests from the beginning. It was quick and dirty to get something running. With all permutations of Promise libraries and Node versions, Travis-CI takes >20mins per build.

Change to test only features in any-promise. Testing the Promise implementation is done within the implementation repo.

kevinbeaty commented 8 years ago

Evaluate any-observable approach to testing as part of this change.

kevinbeaty commented 8 years ago

Published in v 1.3.0