metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

AsyncIterator tests fails #441

Closed tshemsedinov closed 4 years ago

tshemsedinov commented 4 years ago

After dependency update #440 tests fails See: https://travis-ci.org/metarhia/metasync/jobs/619382154 @nechaido

lundibundi commented 4 years ago

That is due to the way metatests changed the handling of tests that return Promise (and therefore async). I'll push to the branch the fix.

tshemsedinov commented 4 years ago

https://travis-ci.org/metarhia/metasync/jobs/622009735 @lundibundi please see, is it related bug?