Merge branch 'fix-to-be-pending-typo' of https://github.com/SnailCoil/jasmine into main

* Merges #1847 from @SnailCoil
This commit is contained in:
Steve Gravrock
2020-08-20 17:50:36 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4117,7 +4117,7 @@ getJasmineRequireObj().GlobalErrors = function(j$) {
/* 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

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