UNPKG

nyc-config-100

Version:

nyc configuration for 100% code coverage checking.

8 lines 119 B
{ "check-coverage": true, "lines": 100, "statements": 100, "functions": 100, "branches": 100, "all": true }