Fixed jsdocs for throwUnless and throwUnlessAsync

This commit is contained in:
Steve Gravrock
2023-07-22 09:36:16 -07:00
parent 47f3105ef0
commit a67b7276be
2 changed files with 8 additions and 0 deletions

View File

@@ -8294,6 +8294,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
* exception propagates back to Jasmine, either via the call stack or via
* the global unhandled exception/unhandled promise rejection events.
* @name throwUnlessAsync
* @since 5.1.0
* @function
* @param actual
* @global
* @param {Object} actual - Actual computed value to test expectations against.
@@ -8316,6 +8318,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
* exception propagates back to Jasmine, either via the call stack or via
* the global unhandled exception/unhandled promise rejection events.
* @name throwUnless
* @since 5.1.0
* @function
* @param actual
* @global
* @param {Object} actual - Actual computed value to test expectations against.

View File

@@ -238,6 +238,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
* exception propagates back to Jasmine, either via the call stack or via
* the global unhandled exception/unhandled promise rejection events.
* @name throwUnlessAsync
* @since 5.1.0
* @function
* @param actual
* @global
* @param {Object} actual - Actual computed value to test expectations against.
@@ -260,6 +262,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
* exception propagates back to Jasmine, either via the call stack or via
* the global unhandled exception/unhandled promise rejection events.
* @name throwUnless
* @since 5.1.0
* @function
* @param actual
* @global
* @param {Object} actual - Actual computed value to test expectations against.