@serenity-js/core
Version:
The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure
19 lines (18 loc) • 581 B
text/typescript
export * from './abilities';
export * from './activities';
export * from './Activity';
export * from './Actor';
export * from './Answerable';
export * from './Answered';
export * from './artifacts'; // todo: move artifacts from model package
export * from './debugging';
export * from './Interaction';
export * from './notes';
export * from './Optional';
export * from './Question';
export * from './questions';
export * from './RecursivelyAnswered';
export * from './SerialisedActor';
export * from './Task';
export * from './time';
export * from './WithAnswerableProperties';