Re-added missing JasmineStartedInfo jsdoc

This commit is contained in:
Steve Gravrock
2022-08-06 10:53:28 -07:00
parent 21f25972bb
commit 5f3475342e
2 changed files with 14 additions and 0 deletions

View File

@@ -8486,6 +8486,13 @@ getJasmineRequireObj().Runner = function(j$) {
const jasmineTimer = new j$.Timer();
jasmineTimer.start();
/**
* Information passed to the {@link Reporter#jasmineStarted} event.
* @typedef JasmineStartedInfo
* @property {Int} totalSpecsDefined - The total number of specs defined in this suite.
* @property {Order} order - Information about the ordering (random or not) of this execution of the suite.
* @since 2.0.0
*/
await this.reporter_.jasmineStarted({
totalSpecsDefined,
order: order

View File

@@ -123,6 +123,13 @@ getJasmineRequireObj().Runner = function(j$) {
const jasmineTimer = new j$.Timer();
jasmineTimer.start();
/**
* Information passed to the {@link Reporter#jasmineStarted} event.
* @typedef JasmineStartedInfo
* @property {Int} totalSpecsDefined - The total number of specs defined in this suite.
* @property {Order} order - Information about the ordering (random or not) of this execution of the suite.
* @since 2.0.0
*/
await this.reporter_.jasmineStarted({
totalSpecsDefined,
order: order