Documentation Home
This page is for an older version of Jasmine (3.0)
The current stable version of Jasmine is: 5.1 - You can also look at the docs for the next release: Edge

Class: Env

Env()

The Jasmine environment

Constructor

new Env()

Note: Do not construct this directly, Jasmine will make one during booting.

Methods

addReporter(reporterToAdd)

Add a custom reporter to the Jasmine environment.

Parameters:
Name Type Description
reporterToAdd Reporter

The reporter to be added.

See:
  • custom_reporter