habitica-self-host/test
Sabe Jones 28205663e4 fix(modals): Show mount modal more often
Fixes #6288. Previously, we used a count of all properties within the user's items.pets.mounts to determine whether or not they'd gained a new mount. That would not work as expected if they had mounts with a null or false status, such as after using the Key to the Kennels. This commit also adds some tests to the inventory controller in Angular for pet raising.
2015-11-24 16:54:59 -05:00
..
api/v2 Add tests for clearflags route 2015-11-11 17:58:41 -06:00
api-legacy Remove extraneous anonymous function. 2015-11-15 08:24:42 -06:00
common Merge branch 'develop' into HabitRPG-sabrecat/modularize-statHelpers 2015-11-23 08:07:58 -06: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 Adjust helper files for linting preferences. 2015-11-18 08:54:34 -06:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side add a missing full stop to a message and to the associated test 2015-11-24 14:11:01 +10:00
spec fix(modals): Show mount modal more often 2015-11-24 16:54:59 -05:00
mocha.opts Switch to babel-core form babel. 2015-11-15 08:59:57 -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