diff options
Diffstat (limited to 'school/node_modules/get-intrinsic/.nycrc')
-rw-r--r-- | school/node_modules/get-intrinsic/.nycrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/school/node_modules/get-intrinsic/.nycrc b/school/node_modules/get-intrinsic/.nycrc new file mode 100644 index 0000000..bdd626c --- /dev/null +++ b/school/node_modules/get-intrinsic/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} |