IOTConnect-Web/node_modules/async-limiter/.nycrc

10 lines
137 B
Plaintext
Raw Normal View History

2024-05-09 01:49:52 +00:00
{
"check-coverage": false,
"lines": 99,
"statements": 99,
"functions": 99,
"branches": 99,
"include": [
"index.js"
]
}