@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 • 314 B
TypeScript
import type { SpecFilter } from './SpecFilter.js';
/**
* @package
*/
export declare class CustomFunctionSpecFilter implements SpecFilter {
private readonly fn;
constructor(fn: (specName: string) => boolean);
matches(specName: string): boolean;
}
//# sourceMappingURL=CustomFunctionSpecFilter.d.ts.map