docs: seed can be number or string

This commit is contained in:
Tony Brix
2021-03-26 00:10:15 -05:00
committed by GitHub
parent cde6ea79a3
commit 3f232fba80

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 number
* @type (number|string)
* @default null
*/
seed: null,