Added a jsdoc cross-reference from Configuration to its usage

This commit is contained in:
Steve Gravrock
2021-05-21 17:13:07 -07:00
parent 140225e7c3
commit 9065b4c3b7
2 changed files with 4 additions and 2 deletions

View File

@@ -1014,7 +1014,8 @@ getJasmineRequireObj().Env = function(j$) {
/**
* This represents the available options to configure Jasmine.
* Options that are not provided will use their default values
* Options that are not provided will use their default values.
* @see Env#configure
* @interface Configuration
* @since 3.3.0
*/

View File

@@ -35,7 +35,8 @@ getJasmineRequireObj().Env = function(j$) {
/**
* This represents the available options to configure Jasmine.
* Options that are not provided will use their default values
* Options that are not provided will use their default values.
* @see Env#configure
* @interface Configuration
* @since 3.3.0
*/