habitica/test
Sabe Jones f6bbae3beb fix(analytics): Bad comparison
Corrects an error caught via test, where the check for intro tour completion would always fail. Also tweaks the updateUser behavior to save an explicit false if tour completion data is not found, including a test for that behavior.
2015-07-27 15:13:59 -05:00
..
api Adjust test 2015-07-10 23:21:23 -05:00
archive chore(archived tests) Moving unused tests, casper stuff, and 2014-01-16 16:32:53 -07:00
common Revert armoire counting code back to old system 2015-07-23 08:43:08 -05:00
e2e Adjust login modal 2015-07-02 07:58:11 -05:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Update test for new quest name 2015-07-19 10:17:03 -05:00
spec fix(analytics): Bad comparison 2015-07-27 15:13:59 -05:00
transifex Merge branch 'develop' into TheHollidayInn-tasks-select-with-keys-fix 2015-07-24 22:16:57 -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