UNPKG

stickyants-bitset-js

Version:

A Bit vector library that mirrors Java's BitSet class

18 lines 326 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', "collectCoverageFrom": [ "**/*.{ts,tsx}", "!**/node_modules/**", "!**/lib/**", "!**/vendor/**" ], "coverageThreshold": { "global": { "branches": 80, "functions": 80, "lines": 80, "statements": -20 } } };