summaryrefslogtreecommitdiff
path: root/mocha_test/asyncify.js
Commit message (Expand)AuthorAgeFilesLines
* [asyncify] Make errors in callbacks throw globallyDavid Aurelio2017-04-191-1/+37
* Run "asyncify promisified" tests in browser. Fixes #1235Travis Warlick2016-07-141-69/+64
* Use @nodeonly mocha tag to prevent non-browser tests from running with karmaTravis Warlick2016-07-141-7/+1
* Remove unhandled rejection listener after asyncify tests are completeRay Myers2016-06-231-2/+8
* Added test case to make sure that callback isn't called multiple times in asy...Ray Myers2016-06-221-0/+26
* fix new lint errorsAlexander Early2016-06-071-11/+11
* Replace assert with expect to ease debugezubarev2016-05-081-7/+7
* Fix test on asyncify with variable numbers of argumentsezubarev2016-05-081-8/+11
* Convert asyncify tests to mochaezubarev2016-05-061-0/+114