Merge branch 'patch-2' of https://github.com/UziTech/jasmine into main
* Merges #1892 from @UziTech * Fixes config.seed type in jsdocs
This commit is contained in:
@@ -53,7 +53,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
* Null causes the seed to be determined randomly at the start of execution.
|
* Null causes the seed to be determined randomly at the start of execution.
|
||||||
* @name Configuration#seed
|
* @name Configuration#seed
|
||||||
* @since 3.3.0
|
* @since 3.3.0
|
||||||
* @type function
|
* @type (number|string)
|
||||||
* @default null
|
* @default null
|
||||||
*/
|
*/
|
||||||
seed: null,
|
seed: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user