Fixed link to custom object formatter tutorial

This commit is contained in:
Steve Gravrock
2020-07-23 16:35:36 -07:00
parent d51da18808
commit 0cfeb0b9c3
2 changed files with 2 additions and 2 deletions

View File

@@ -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);