Documentation Home
This page describes a pre-release version of Jasmine (5.0.0-alpha.0). There may be additional changes, including breaking changes, before the final 5.0.0 release.
The current stable version of Jasmine is 5.4.

Interface: Spec

Spec

Since:
  • 2.0.0
See:

Members

(readonly) description :string

The description passed to the it that created this spec.

Type:
  • string
Since:
  • 2.0.0

(readonly) id :string

The unique ID of this spec.

Type:
  • string
Since:
  • 2.0.0

Methods

getFullName() → {string}

The full description including all ancestors of this spec.

Since:
  • 2.0.0
Returns:
Type
string