Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aria-mocha

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-mocha

Zero configuration CLI testing tool for nodejs and browser base

  • 0.7.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
131
decreased by-38.21%
Maintainers
1
Weekly downloads
 
Created
Source

Coverage Status npm version License: MIT

aria-mocha

Zero configuration CLI testing tool for nodejs and browser base

Installation

  npm install --save-dev aria-mocha

CLI Options

  Usage
    $ aria-mocha [options]

  Options
    -d, --dir           Directory folder of spec or test files. (default: src)
    -t, --threshold     Enable the thresholds
    -r, --reporters     Output reporters.  (default lcov,html,text-summary)
    --check-coverage    Enable coverage  (default false)
    --include-dir       Directory folder source (default: src)
    --browser           Enable the browser base testing  (default false)
    -v, --version       Displays current version
    -h, --help          Displays this message

Quick Start

 aria-mocha 
  --dir demo \
  --check-coverage \
  --include-dir demo \
  --reporters lcov,html,text-summary \
  --threshold statements=50,functions=50,branches=50,lines=50

Keywords

FAQs

Package last updated on 27 Feb 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc