summary refs log tree commit diff stats
path: root/tests/js/tasyncjs.nim
Commit message (Collapse)AuthorAgeFilesLines
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-041-0/+97
* followup #16871 asyncjs.then: allow pipelining procs returning futures * rename test files where they belong * fix tests * tests for then with `onReject` callback * rename test file containing fail to avoid messing with grep * address comments * cleanup * un-disable 1 test