Files
reflector/aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/get-intrinsic/.nycrc
2023-11-20 21:39:33 +07:00

10 lines
139 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}