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

11 lines 269 B
/** * A Serenity/JS-specific customisation - the file system location of the caller of a given `it` and `describe` function. * * @package */ export interface Location { path: string; column: number; line: number; } //# sourceMappingURL=Location.d.ts.map