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

7 lines (6 loc) 92 B
/** * @package */ export interface SpecFilter { matches(specName: string): boolean; }