habitica-self-host/test
Matteo Pagliazzi 5ca45df602 Revert "tests for deleting old todos"
This reverts commit d9dd031e7f.
2016-02-15 22:12:21 +01:00
..
api tests(api): Add ApiChallenge class 2016-01-17 11:41:29 -06:00
api-legacy chore(dependency): Upgrade lodash from v2 to v3 2015-12-29 07:45:03 -06:00
common Revert "tests for deleting old todos" 2016-02-15 22:12:21 +01:00
content chore(dependency): Remove unneeded lodash submodules 2015-12-29 07:45:13 -06:00
e2e lint(tests): Add e2e tests to linter 2016-01-06 20:52:24 -06:00
helpers tests(api): Add ApiChallenge class 2016-01-17 11:41:29 -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 refactor: Remove unused code in test 2016-01-18 22:40:11 -06:00
.eslintrc chore(lint): Add sandbox as global to test .eslintrc 2015-12-31 15:49:59 -06: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