fix typo in asyncMatcher toBePending comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable compat/compat */
|
/* eslint-disable compat/compat */
|
||||||
getJasmineRequireObj().toBePending = function(j$) {
|
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
|
* @function
|
||||||
* @async
|
* @async
|
||||||
* @name async-matchers#toBePending
|
* @name async-matchers#toBePending
|
||||||
|
|||||||
Reference in New Issue
Block a user