habitica-self-host/test
2016-03-16 22:32:24 -04:00
..
api Merge pull request #6733 from vIiRuS/mobileStorage 2016-03-09 14:56:15 -06:00
api-legacy chore(dependency): Upgrade lodash from v2 to v3 2015-12-29 07:45:03 -06:00
common Revert "tests for deleting old todos" 2016-02-15 22:12:21 +01:00
content refactor: Remove unused common script src files 2016-03-01 08:49:25 -06:00
e2e lint: Add missing semicolon to test helper 2016-03-13 22:06:09 -05:00
helpers refactor: Remove unused common script src files 2016-03-01 08:49:25 -06:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side prevent party inviter's email address being used as a Reply-To 2016-02-27 18:48:41 +10:00
spec clean up party {up,on} tests, add calls to $controller after setup 2016-03-16 22:32:24 -04:00
.eslintrc test: Update protractor to v3 and use mocha 2016-03-13 09:51:01 -05:00
mocha.opts chore: upgrade babel to v6 2016-03-02 21:36:27 -06:00
README.md Update README to account for API tests in JS. 2014-01-15 21:34:36 -08:00

We need to clean up this directory. The real tests are in spec/ mock/ e2e/ and api.mocha.coffee. We want to:

  1. Move all old / deprecated tests from casper, test2, etc into spec, mock, e2e
  2. Remove dependency of api.mocha.coffee on Derby, port it to Mongoose
  3. Add better test-coverage