epispot / EpiJS

A toolset for analyzing and creating epidemiological models.

Home Page:https://epi.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature - Switch to mocha for testing

Quantalabs opened this issue · comments

Is your feature request related to a problem? Please describe.
EpiJS cannot find errors for NodeJS, only the web or errors that span both.

Describe the solution you'd like
Switching to mocha allows us to use test NodeJS, and continue to test the web with puppeteer.

Describe alternatives you've considered
Manually testing, though that does not give us the same level of guarantee that there are no bugs, and code coverage cannot be reported.

Additional context
I am working on this in the v3-development branch.