UNPKG

@serenity-js/console-reporter

Version:

Serenity/JS console reporter that displays test results directly in the standard output

6 lines 240 B
import { ConsoleReporter } from './stage/index.js'; export * from './stage/index.js'; export default function create(config = undefined) { return ConsoleReporter.fromJSON(config || { theme: 'auto' }); } //# sourceMappingURL=index.js.map