UNPKG

@serenity-js/core

Version:

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

8 lines 284 B
export * from './config/index.js'; export * from './errors/index.js'; export * from './instance.js'; export { d, f, format } from './io/index.js'; export * from './screenplay/index.js'; export * from './Serenity.js'; export * from './stage/index.js'; //# sourceMappingURL=index.js.map