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

Class: HtmlSpecFilter

HtmlSpecFilter(options)

new HtmlSpecFilter(options)

Parameters:
Name Type Description
options

Options object. See lib/jasmine-core/boot1.js for details.

Deprecated:

Methods

matches(specName) → {boolean}

Determines whether the spec with the specified name should be executed.

Parameters:
Name Type Description
specName string

The full name of the spec

Returns:
Type
boolean