mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
* Created `conditionalOrderBy` filter with a similar signature to `orderBy`, using a single conditional argument that when false, causes the filter to return the array unchanged * Updated task view to use `conditionalOrderBy` * Added karma specs for `conditionalOrderBy` filter |
||
|---|---|---|
| .. | ||
| archive | ||
| common | ||
| e2e | ||
| spec | ||
| api.mocha.coffee | ||
| mocha.opts | ||
| README.md | ||
| runTests.coffee | ||
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
- Remove dependency of api.mocha.coffee on Derby, port it to Mongoose
- Add better test-coverage