We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903b692 commit 7bc5410Copy full SHA for 7bc5410
test/Async/Promise.vimspec
@@ -860,7 +860,7 @@ Describe Async.Promise
860
Assert Equals(error, result)
861
End
862
863
- It should not call when promise catched
+ It should not call when catched rejected promise
864
let l = l:
865
call P.on_unhandled_rejection({ result -> extend(l, { 'result': result }) })
866
@@ -869,7 +869,7 @@ Describe Async.Promise
869
Assert KeyNotExists(l, 'result')
870
871
872
+ It should not call when catched thrown error
873
874
875
0 commit comments