You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numerous things can stand to be improved in terms of testing:
Tests are currently written in one big file (spec.js), but would be easier to manage across multiple files.
Currently when running tests, and especially when using a mocha watch script, the test runner opens tons of DB connections, which can overload MongoDB and cause problems, requiring manually stopping and restarting the DB server.
Testing asynchronous parts of the code can be problematic, requiring hackey workarounds that are not CI-friendly and produce unreliable test results (for example, see here).
The text was updated successfully, but these errors were encountered:
Numerous things can stand to be improved in terms of testing:
The text was updated successfully, but these errors were encountered: