UUDigitalHumanitieslab / jquery-promise

A lightweight Promise polyfill based on Promises/A+ compliant $.Deferred from jQuery 3
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Feature/tests #3

Closed jgonggrijp closed 6 years ago

jgonggrijp commented 6 years ago

This adds the Promises/A+ standard test suite. The suite has 872 tests and this polyfill passes all of them (after I made the wrapper even thinner, before that it passed all except for 19). Credits to jQuery, of course.

@alexhebing @oktaal I'm attracting your attention just to inform you and give you a peek. Please feel free to review, but I'm going to merge right away so please feel free to not review, too. Feedback is welcome but will be processed in a new branch.