1.1.1 • Published 11 months ago

@japa/dot-reporter v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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.

npm.io

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()]
})
2.0.0-0

11 months ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago