Fixed references to Env#trace in jsdocs

This commit is contained in:
Steve Gravrock
2021-10-02 09:58:47 -07:00
parent 47081258cd
commit b2067d9ce0
2 changed files with 4 additions and 4 deletions

View File

@@ -795,7 +795,7 @@ getJasmineRequireObj().Spec = function(j$) {
* @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 properties, if any, that were set using {@link Env#setSpecProperty}
* @property {TraceEntry[]|null} trace - Trace messages, if any, that were logged using {@link Env#trace} during a failing spec.
* @property {TraceEntry[]|null} trace - Trace messages, if any, that were logged using {@link jasmine.trace} during a failing spec.
* @since 2.0.0
*/
this.result = {
@@ -991,7 +991,7 @@ getJasmineRequireObj().Spec = function(j$) {
/**
* @typedef TraceEntry
* @property {String} message - The message that was passed to {@link Env#trace}.
* @property {String} message - The message that was passed to {@link jasmine.trace}.
* @property {number} timestamp - The time when the entry was added, in
* milliseconds from the spec's start time
*/

View File

@@ -69,7 +69,7 @@ getJasmineRequireObj().Spec = function(j$) {
* @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 properties, if any, that were set using {@link Env#setSpecProperty}
* @property {TraceEntry[]|null} trace - Trace messages, if any, that were logged using {@link Env#trace} during a failing spec.
* @property {TraceEntry[]|null} trace - Trace messages, if any, that were logged using {@link jasmine.trace} during a failing spec.
* @since 2.0.0
*/
this.result = {
@@ -265,7 +265,7 @@ getJasmineRequireObj().Spec = function(j$) {
/**
* @typedef TraceEntry
* @property {String} message - The message that was passed to {@link Env#trace}.
* @property {String} message - The message that was passed to {@link jasmine.trace}.
* @property {number} timestamp - The time when the entry was added, in
* milliseconds from the spec's start time
*/