fix typo in asyncMatcher toBePending comment

This commit is contained in:
Aaron Snailwood
2020-08-20 10:07:35 -07:00
parent 6b9739030d
commit 6277046213

View File

@@ -1,7 +1,7 @@
/* eslint-disable compat/compat */
getJasmineRequireObj().toBePending = function(j$) {
/**
* Expect a promise to be pending, ie. the promise is neither resolved nor rejected.
* Expect a promise to be pending, i.e. the promise is neither resolved nor rejected.
* @function
* @async
* @name async-matchers#toBePending