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:
Steve Gravrock
2021-03-26 17:25:30 -07:00

View File

@@ -53,7 +53,7 @@ getJasmineRequireObj().Env = function(j$) {
* Null causes the seed to be determined randomly at the start of execution.
* @name Configuration#seed
* @since 3.3.0
* @type function
* @type (number|string)
* @default null
*/
seed: null,