@japa/dot-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@japa/dot-reporter

Minimal dot reporter for Japa tests runner

github-actions-image npm-image license-image typescript-image

The dot reporter display an icon for each of the test executed.

Installation

Install the package from the npm registry as follows.

npm i -D @japa/dot-reporter

# yarn
yarn add -D @japa/dot-reporter

# pnpm
pnpm add -D @japa/dot-reporter

Usage

You can use the dot reporter with the @japa/runner as follows.

import { configure } from '@japa/runner'
import { dotReporter } from '@japa/dot-reporter'

configure({
  reporters: [dotReporter()]
})

/@japa/dot-reporter/

    Package Sidebar

    Install

    npm i @japa/dot-reporter

    Weekly Downloads

    11

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    7.99 kB

    Total Files

    7

    Last publish

    Collaborators

    • romainlanz
    • julien-r44
    • virk