diff --git a/.nycrc b/.nycrc index 22d40db..19cd746 100644 --- a/.nycrc +++ b/.nycrc @@ -1,4 +1,10 @@ { "sourceMap": false, - "instrument": false + "instrument": false, + "include": [ + "src/**/*.js" + ], + "exclude": [ + "*.js" + ] }