hi I am trying to exclude given from being added into the coverall of my tests the following my test command
"test": "nyc --reporter=html --reporter=text mocha --timeout 10000 --require @babel/register \"./{,!(node_modules)/**/}*.test.js\" --exit",
the only thing i managed is to avoid mocha from runnign modules build in tests