Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Istanbuljs | 935 | 381 | 3,487 | 19 days ago | 10 | December 01, 2021 | 151 | JavaScript | ||
monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation | ||||||||||
Unit Test Recorder | 80 | 1 | 3 years ago | 3 | June 07, 2020 | 3 | mit | JavaScript | ||
Record unit tests as you use your application. | ||||||||||
Jest 1780 | 1 | 7 years ago | JavaScript | |||||||
Snapshot with instrumentation code in it |
Having problems? want to contribute? join our community slack.
Everyone's favorite JS code coverage tool.
This monorepo contains the nuts and bolts utility libraries that facilitate IstanbulJS test coverage; Why a monorepo?
istanbul-lib-coverage
potentially have an effect on istanbul-lib-instrument
.You're probably actually looking for one of the following repos:
Contributing to the packages contained in this repo is easy:
npm install
(this will run the lerna build).npm test
in the root directory.cd package/:name
and run
npm test
within the package's folder.