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

Interface: Spec

Spec

Members

(readonly) description :string

The description passed to the it that created this spec.

Type:
  • string

Methods

getFullName() → {string}

The full description including all ancestors of this spec.

Returns:
Type
string