Socket
Socket
Sign inDemoInstall

@japa/spec-reporter

Package Overview
Dependencies
51
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @japa/spec-reporter

Spec reporter for japa test runner


Version published
Weekly downloads
8.8K
decreased by-13.59%
Maintainers
2
Install size
2.49 MB
Created
Weekly downloads
 

Readme

Source

@japa/spec-reporter

Spec reporter for Japa tests runner

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

Spec reporter displays a detailed output for the executed tests.

Installation

Install the package from the npm registry as follows.

npm i -D @japa/spec-reporter

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

Usage

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

import { configure } from '@japa/runner'
import { specReporter } from '@japa/spec-reporter'

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

Keywords

FAQs

Last updated on 07 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc