summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix: update priorityQueue functionality to match queue (#1790)Hubert Argasinski2022-04-153-13/+255
* fix: address edge case in comment stripping (#1780)Rich Trott2022-01-091-3/+7
* Housekeeping (#1772)Jimmy Wärting2021-12-021-6/+6
* Fix an inefficient regex in autoInject (#1767)meekdenzo2021-12-021-0/+29
* Fix prototype pollution vulnerabilityAlexander Early2021-10-271-0/+11
* use queueMicrotask instead of setTimeout in browsers in order to avoid browse...Garrett Jensen2021-08-051-3/+3
* Improving tests case coverage (#1754)Saurav Azad2021-06-282-2/+17
* chore: Fix typo in detect.js (#1749)Ikko Ashimine2021-06-021-1/+1
* fix tests related to wrapped function namesAlexander Early2020-02-231-60/+0
* chore: tighten up timeout on timesAlexander Early2019-06-301-4/+4
* chore: enable full object output for chaiAlexander Early2019-06-302-0/+4
* fix test actuallyAlexander Early2019-06-221-2/+2
* fix testAlexander Early2019-06-221-1/+1
* even moar coverageAlexander Early2019-06-221-0/+22
* moar coverageAlexander Early2019-06-222-0/+28
* improve coverage of forEachAsyncAlexander Early2019-06-221-0/+30
* more reflectAll covereageAlexander Early2019-06-221-11/+11
* fix tests in firefoxAlexander Early2019-06-221-6/+6
* feat(queue): add pushAsync and unshiftAsync functions that reject on error. ...Alexander Early2019-06-222-0/+41
* fix(autoInject): tighten up regex for parsing args. Closes #1663Alexander Early2019-06-221-0/+76
* rework applyEach tests. Closes #1646Alexander Early2019-05-261-18/+18
* add more variation in autoInject testAlexander Early2019-05-261-4/+4
* fix: don't completely flatten arrays pushed to queue/cargo. Fixes #1645Alexander Early2019-05-241-1/+19
* BREAKING CHANGE: awaitable queues (#1641)Alex Early2019-05-196-126/+168
* BREAKING CHANGE: remove partial application feature of applyEach (#1640)Alex Early2019-05-194-44/+28
* chore: Add Azure Pipelines for CI (Windows, Linux, Mac) (#1630), Fix async fu...Pablo Núñez2019-04-0712-78/+77
* fix: Reflect passes value on error (#1633)Alex Early2019-03-093-12/+29
* initialize results in whilst [fixes #1626] (#1628)Hubert Argasinski2019-03-011-0/+18
* fix: stop priorityQueue from draining while items still pending (#1623)André Guedes2019-02-201-0/+36
* fix: send proper retry count to retry's interaval func (#1621)Alex Early2019-02-131-1/+6
* Fixes #1582 (#1597)Hubert Argasinski2018-11-2721-10/+909
* feat: Use heap tree in priority queue (#1595)yemreinci2018-11-201-0/+124
* feat: await-able Async methods (#1572)Alex Early2018-09-303-1/+583
* feat: Add cargoQueue type and tests (#1567)Justin Chase2018-08-071-0/+333
* [wip] initial async generator support (#1560)Alex Early2018-08-052-2/+104
* [issue-1568][bug]: make sure error object defined before access its message (...Reed Feng2018-08-021-0/+13
* breaking: remove during, make test functions in until/whilst async (#1557)Alex Early2018-07-104-191/+23
* feat: Iterable queues (#1556)Alex Early2018-07-091-0/+19
* fix autoInject testsAlexander Early2018-07-082-75/+42
* prefer destructuringAlexander Early2018-07-0844-46/+46
* disallow variable shadowingAlexander Early2018-07-085-28/+27
* ES6-ify codebase (#1553)Alex Early2018-07-0846-1501/+1456
* limits of less than 1 are now an error (#1552)Alex Early2018-07-015-45/+45
* feat: Canceling flows (#1542)Alex Early2018-07-019-4/+351
* Fix a memoize test caseSuguru Motegi2018-06-031-2/+2
* stop growlingAlexander Early2018-06-031-1/+0
* fix testsAlexander Early2018-06-021-2/+1
* move mocha_tests/ to test/Alexander Early2018-06-0249-0/+8216
* Get rid of nodeunitezubarev2016-05-062-30/+0
* Convert console functions tests to mochaezubarev2016-05-061-68/+0