habitica/test
2016-04-26 08:19:47 -05:00
..
api chore: lint files 2016-04-13 20:11:07 -05:00
api-legacy fix: correct coupon generation code 2016-04-09 08:03:32 -05:00
common allow cron to record user's current timezone offset in preferences.timezoneOffsetAtLastCron (initial stage of cron timezone fix for https://github.com/HabitRPG/habitrpg/issues/3806 ) 2016-03-29 22:34:23 +10:00
content Revert "Revert inventory equipment/gear sorting due to inability to de/equip and maybe performance issues." 2016-03-17 08:09:18 -05:00
e2e lint: Add missing semicolon to test helper 2016-03-13 22:06:09 -05:00
helpers refactor: Remove unused common script src files 2016-03-01 08:49:25 -06:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side chore: Update res.send(code) to res.sendStatus(code) 2016-03-28 10:24:00 -05:00
spec feat: Switch out js-emoji for habtiica-markdown 2016-04-26 08:19:47 -05:00
.eslintrc chore: Switch to custom eslint-config 2016-04-15 09:03:59 -05:00
mocha.opts chore: upgrade babel to v6 2016-03-02 21:36:27 -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