Open ribhav99 opened 4 years ago
need to generate coverage report
uses mocha
make sure to generate a coverage report (may not be the right link https://istanbul.js.org/docs/tutorials/mocha/) but you need to configure the reporter
https://github.com/dcsil/dream-team/blob/master/app/package.json#L66-L70
This is how I configure jest (you will be using mocha not jest)
https://github.com/dcsil/dream-team/blob/master/app/package.json#L30-L35
This is where the npm commands are created. I added the "test-once" command. Do something similar
This is not happenning rn!
Lets fix coverage before doing pull requests in the future
Also, don't merge PR till atleast one person looks at it to simulate a proper flow
Yeah spoke to ryan when it happened dw
Add tests for the js scraper