From 4482355885d07c1b4794ce3cd60a1de74db5520e Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Wed, 6 Oct 2021 11:29:59 -0700 Subject: [PATCH] Removed jsdoc entry for SpecResult#trace Deferred to 4.0. --- lib/jasmine-core/jasmine.js | 1 - src/core/Spec.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 72fb98cb..7e1fa857 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -930,7 +930,6 @@ x */ * @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. * @since 2.0.0 */ this.result = { diff --git a/src/core/Spec.js b/src/core/Spec.js index 29669fa2..1548583a 100644 --- a/src/core/Spec.js +++ b/src/core/Spec.js @@ -175,7 +175,6 @@ x */ * @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. * @since 2.0.0 */ this.result = {