autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit 710aa2671c43985121ff2e38e557b6e5cc10aacd
parent f61e0505049f92de509a72154cb873ede90d5f4a
Author: finwo <finwo@pm.me>
Date:   Tue, 27 Nov 2018 13:57:44 +0100

Realistic coverage

Diffstat:
Mjest.config.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jest.config.js b/jest.config.js @@ -21,7 +21,7 @@ module.exports = { collectCoverage: true, // An array of glob patterns indicating a set of files for which coverage information should be collected - // collectCoverageFrom: null, + collectCoverageFrom: ["src/**/*.js"], // The directory where Jest should output its coverage files coverageDirectory: "coverage",