diff --git a/.nycrc.yml b/.nycrc.yml index 26e92b5a23..53298ddb55 100644 --- a/.nycrc.yml +++ b/.nycrc.yml @@ -1,2 +1,2 @@ extends: "@istanbuljs/nyc-config-typescript" -include: [build/**, 'src/**'] +include: ["build/**", "src/**"]