This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Tests for scraper #212
Comments
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 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add tests for the js scraper
The text was updated successfully, but these errors were encountered: