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 132 B
/** * @package */ export interface SpecFilter { matches(specName: string): boolean; } //# sourceMappingURL=SpecFilter.d.ts.map