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

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