mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Instead, have them request services that return them so tests don’t need to prepare special state. |
||
|---|---|---|
| .. | ||
| casper | ||
| e2e | ||
| includes | ||
| spec | ||
| test2 | ||
| api.mocha.coffee | ||
| mocha.opts | ||
| README.md | ||
| run_tests.sh | ||
We need to clean up this directory. The real tests are in spec/ mock/ e2e/ and api.mocha.coffee. We want to:
- Move all old / deprecated tests from casper, test2, etc into spec, mock, e2e
- Move api.mocha.coffee to vanilla javascript
- Remove dependency of api.mocha.coffee on Derby, port it to Mongoose
- Add better test-coverage