UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

10 lines (9 loc) 300 B
export * from './Ability'; export * from './AbilityType'; export * from './AnswerQuestions'; export * from './CanHaveAbilities'; export * from './Discardable'; export * from './Initialisable'; export * from './PerformActivities'; export * from './SerialisedAbility'; export * from './UsesAbilities';