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.
A mocha UI & reporter to list tests without running.
Useful if you want to provide a report of test cases covered.
To run, e.g., on tests in tests/runs
:
mocha --ui mocha-list --reporter mocha-list tests/runs
You may need custom code to mock certain globals from your tests. You can do so by creating a script to run your tests programmatically.
We expose a mocha-list/run
file to make this easy.
import run from 'mocha-list/run'
import stubObjProxy from 'stub-obj-proxy'
import { join } from 'path'
const testDir = join(__dirname, 'runs')
const mochaOpts = {}
// You can mock whatever you need to here.
global.window = stubObjProxy()
run(testDir, mochaOpts)
For more examples, see:
We have to link mocha-list
to itself since third party reporters read from node_modules
:
yarn link-self
FAQs
A mocha UI & reporter to list tests without running.
The npm package mocha-list receives a total of 2,519 weekly downloads. As such, mocha-list popularity was classified as popular.
We found that mocha-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.