summaryrefslogtreecommitdiff
path: root/test/es2017
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2019-06-22 19:57:31 -0700
committerAlexander Early <alexander.early@gmail.com>2019-06-22 19:57:31 -0700
commit6739c08497c7e5f2125abe6b8c34ba3f2fc242c1 (patch)
tree9729583eba85f6bf52382d327c6ff3a1f607dc8c /test/es2017
parente1045bef52a8c3a2393a202776155f3a40cde59a (diff)
downloadasync-6739c08497c7e5f2125abe6b8c34ba3f2fc242c1.tar.gz
feat(queue): add pushAsync and unshiftAsync functions that reject on error. Closes #1659
Diffstat (limited to 'test/es2017')
-rw-r--r--test/es2017/awaitableFunctions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/es2017/awaitableFunctions.js b/test/es2017/awaitableFunctions.js
index e8adf7b..eb2663c 100644
--- a/test/es2017/awaitableFunctions.js
+++ b/test/es2017/awaitableFunctions.js
@@ -618,6 +618,7 @@ module.exports = function () {
'push cb 3',
'push cb 4',
'push cb 5',
+ 'push cb undefined',
'push cb 7',
'unsaturated',
'push cb 8'