habitica/test
Blade Barringer 00ec16877b Merge pull request #5799 from Alys/challenges-editable-by-admins-2015-08-16
allow Challenges to be edited, closed, and deleted by staff and moderators
2015-08-18 17:20:19 -05:00
..
api Add tests for non-owner permissions 2015-08-16 09:45:01 -05:00
archive chore(archived tests) Moving unused tests, casper stuff, and 2014-01-16 16:32:53 -07:00
common Fix test 2015-08-13 19:55:13 -05:00
e2e fix(test): Correct e2e expectation 2015-07-30 20:59:55 -05:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Use human readable name 2015-08-12 22:16:30 -05:00
spec Actually save copy message modal spec 2015-08-18 08:10:38 -05:00
mocha.opts Adjust namespace of api tests 2015-05-07 21:22:30 -05: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