@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
9 lines • 310 B
JavaScript
export * from './Expectation.js';
export * from './JasmineDoneInfo.js';
export * from './JasmineReporter.js';
export * from './JasmineStartedInfo.js';
export * from './Location.js';
export * from './Order.js';
export * from './SpecResult.js';
export * from './SuiteResult.js';
//# sourceMappingURL=index.js.map