@proof-ui/console-plugin
v0.3.6
Published
A plugin that logs test results to the console.
Downloads
1,436
Readme
@proof-ui/console-plugin
A plugin that logs test results to the console.
Installation
yarn add -D @proof-ui/console-plugin
Usage
// proof.config.js
import ConsolePlugin from '@proof-ui/console-plugin';
export default {
plugins: [new ConsolePlugin()]
};