New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocca

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocca

Mocha bundled with some awesome plugins

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

mocca

dependencies devDependencies

license npm version npm downloads

Overview

It's quite cumbersome to install mocha, all awesome plugin you love and call it with the right arguments...

... but mocca is here to help you!

Features

  • A whole bunch of awesome plugins
  • Auto detects babel
    • npm install babel-core and babel-core/register will be used as compiler
  • Overwrite options from either .mocha.opts or .moccarc
  • Creates a JUnit compliant test-results.xml on TravisCI and CircleCI
    • To be honest: It's based on the existance of the environment variable CI
  • Detect test files based on the __test__/someFile-test.js naming scheme

Installation

It's simple as:

$ npm install --save-dev mocca

And running your tests is also pretty simple:

$ ./node_modules/.bin/mocca

Keywords

FAQs

Package last updated on 09 Mar 2016

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