Skip to content

Commit d6bac54

Browse files
committed
Added jsdoc for Jasmine#env
1 parent 36f90e8 commit d6bac54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/jasmine.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ function Jasmine(options) {
4141
this.specFiles = [];
4242
this.helperFiles = [];
4343
this.requires = [];
44+
/**
45+
* The Jasmine environment.
46+
* @name Jasmine#env
47+
* @readonly
48+
* @see {@link https://jasmine.github.io/api/edge/Env.html|Env}
49+
* @type {Env}
50+
*/
4451
this.env = this.jasmine.getEnv({suppressLoadErrors: true});
4552
this.reportersCount = 0;
4653
this.completionReporter = new CompletionReporter();

0 commit comments

Comments
 (0)