Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
/'maɪ.kɑː/
A thin wrapper around mocha that finds tests anywhere in your project and provides a utility that gets tests up and running quickly
npm install --save-dev mycha
./node_modules/.bin
to your PATH environment variablemycha install
prompts you for where you would like to install your default test helper, testHelperPath
testHelperPath
has an extension found here then
it writes the test helper in that language and updates the configuration file accordinglyruns
npm install --save-dev chai sinon sinon-chai
writes to testHelperPath
process.env.NODE_ENV = 'test';
var chai = require('chai');
var sinon = require('sinon');
chai.use(require('sinon-chai'));
global.chai = chai;
global.expect = chai.expect;
global.sinon = sinon;
writes to mycha.yml
# Environment variables to add to process.env when running mocha
mochaEnv: {}
# Default options to pass to mocha (can be overridden by command line options)
mochaOptions:
colors: true
reporter: dot
# Path patten used for finding tests (see https://github.com/isaacs/minimatch)
testFilePattern: '**/*{spec,test}.js'
# Files to include before all tests
testHelpers:
- #{testHelperPath}
mycha [mochaOptions] [<folder>...] [<file>...]
To add a new compiler, add an entry here and add a language specific version of the test helper here.
see our developer documentation
2.0.0 (2016-02-09)
FAQs
Unknown package
The npm package mycha receives a total of 13 weekly downloads. As such, mycha popularity was classified as not popular.
We found that mycha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.