@serenity-js/core
Version:
The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure
11 lines • 412 B
TypeScript
export * from './AssertionError';
export * from './ConfigurationError';
export * from './ImplementationPendingError';
export * from './ListItemNotFoundError';
export * from './LogicError';
export * from './OperationInterruptedError';
export * from './RuntimeError';
export * from './TestCompromisedError';
export * from './TimeoutExpiredError';
export * from './UnknownError';
//# sourceMappingURL=index.d.ts.map