chapters-converter/.nycrc
migueldar 84a9b530d4 updated to reflect the testing infrastructure changes from sealgen
Summary: Ref T2697

Reviewers: #testers, kuba-orlik

Reviewed By: #testers, kuba-orlik

Subscribers: kuba-orlik

Maniphest Tasks: T2697

Differential Revision: https://hub.sealcode.org/D1323
2023-04-14 17:53:23 +02:00

7 lines
101 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"include": "src",
"exclude": ""
}