habitica/test
2015-11-27 17:05:29 +01:00
..
api allow for additional transform functions for toJSON and sanitize 2015-11-25 15:42:29 +01:00
api-legacy Remove coffee files 2015-11-15 15:45:56 -06:00
common Merge branch 'develop' into api-v3 2015-11-27 17:05:29 +01:00
content Move special gear into own subdirectory 2015-11-17 17:06:00 -06:00
e2e fix(test): Correct e2e expectation 2015-07-30 20:59:55 -05:00
helpers remove success field from json responses 2015-11-23 21:04:21 +01:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Merge branch 'develop' into api-v3 2015-11-27 17:05:29 +01:00
spec Merge remote-tracking branch 'origin/pr/5968' into develop 2015-11-26 13:33:33 -05:00
mocha.opts Switch out babel for babel-core 2015-11-15 15:15:52 -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