habitica-self-host/test
Sabe Jones aad3e5ade6 fix(sharing): Add social service to Inventory
Also fixes accidental 'only' in tests.
2015-10-28 16:52:07 -04:00
..
api Add testing for batch update. Handle unknown operations better. 2015-10-27 08:13:30 -05:00
api-legacy Merge branch 'develop' into sabrecat/more-modals 2015-10-28 14:54:55 -04:00
archive chore(archived tests) Moving unused tests, casper stuff, and 2014-01-16 16:32:53 -07:00
common Merge branch 'develop' into refactor-content 2015-10-01 21:20:04 -05:00
content Correct test commands 2015-10-17 12:22:04 -05:00
e2e fix(test): Correct e2e expectation 2015-07-30 20:59:55 -05:00
helpers Reinstate error code in resolve promise for api tests. 2015-10-26 07:53:51 -05:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Add test for default user id 2015-10-27 19:40:11 -05:00
spec fix(sharing): Add social service to Inventory 2015-10-28 16:52:07 -04:00
mocha.opts Remove debug option from mocha opts 2015-10-27 12:25:39 -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