Closed insaindesign closed 8 years ago
Promise.resolve does a lot of the queueing magic that was formally in mapInFrames, using that simplifies the code somewhat.
mapInFrames
Added a jest test to sanity check the result is the same, run using npm test.
npm test
This looks great! Thanks for the contribution.
Promise.resolve does a lot of the queueing magic that was formally in
mapInFrames
, using that simplifies the code somewhat.Added a jest test to sanity check the result is the same, run using
npm test
.