UNPKG

@serenity-js/jasmine

Version:

Serenity/JS test runner adapter for Jasmine, enabling the use of the Screenplay Pattern in Jasmine-based test suites and leveraging Serenity/JS reporting capabilities

10 lines 306 B
import type { SpecFilter } from './SpecFilter.js'; /** * @package */ export declare class InvertedGrepSpecFilter implements SpecFilter { private readonly pattern; constructor(pattern: RegExp | string); matches(specName: string): boolean; } //# sourceMappingURL=InvertedGrepSpecFilter.d.ts.map