Fixed link to custom object formatter tutorial
This commit is contained in:
@@ -7552,7 +7552,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
||||
* @since 3.6.0
|
||||
* @function
|
||||
* @param {Function} formatter - A function which takes a value to format and returns a string if it knows how to format it, and `undefined` otherwise.
|
||||
* @see custom_object_formatter
|
||||
* @see custom_object_formatters
|
||||
*/
|
||||
jasmine.addCustomObjectFormatter = function(formatter) {
|
||||
return env.addCustomObjectFormatter(formatter);
|
||||
|
||||
@@ -351,7 +351,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
||||
* @since 3.6.0
|
||||
* @function
|
||||
* @param {Function} formatter - A function which takes a value to format and returns a string if it knows how to format it, and `undefined` otherwise.
|
||||
* @see custom_object_formatter
|
||||
* @see custom_object_formatters
|
||||
*/
|
||||
jasmine.addCustomObjectFormatter = function(formatter) {
|
||||
return env.addCustomObjectFormatter(formatter);
|
||||
|
||||
Reference in New Issue
Block a user