Improved jsdocs for user-specified spec/suite properties

This commit is contained in:
Steve Gravrock
2020-05-05 17:58:16 -07:00
parent 7416c176a7
commit 8a731e17a7
4 changed files with 36 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ getJasmineRequireObj().Spec = function(j$) {
* @property {String} pendingReason - If the spec is {@link pending}, this will be the reason.
* @property {String} status - Once the spec has completed, this string represents the pass/fail status of this spec.
* @property {number} duration - The time in ms used by the spec execution, including any before/afterEach.
* @property {Object} properties - user-supplied key-value pairs.
* @property {Object} properties - User-supplied properties, if any, that were set using {@link Env#setSpecProperty}
*/
this.result = {
id: this.id,