Add expectAsync().toBePending()

This commit is contained in:
DCtheTall
2020-04-09 15:13:33 -04:00
parent 79d55216fc
commit 6b213a958d
3 changed files with 77 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
getJasmineRequireObj().requireAsyncMatchers = function(jRequire, j$) {
var availableMatchers = [
'toBePending',
'toBeResolved',
'toBeRejected',
'toBeResolvedTo',