habitica-self-host/test
Carl Vuorinen cd90a281c2 Prevent duplicate challenge tasks (#11502)
* Implement atomic user challenges update

Prevents multiple concurrent requests from passing through
Fixes #11295

* Move user challenges update to separate method

* Rename challenge syncToUser to syncTasksToUser

Now that adding the challenge to user is separated, this methods main purpose is to sync the tasks

* Fix lint errors
2019-12-13 14:14:57 +01:00
..
api Prevent duplicate challenge tasks (#11502) 2019-12-13 14:14:57 +01:00
client fix(test): correct px expectation 2019-10-11 15:02:55 -05:00
common misc, fix client tests 2019-10-15 15:32:53 +02:00
content fix test lint 2019-10-08 20:45:38 +02:00
helpers misc, fix client tests 2019-10-15 15:32:53 +02:00
migrations API v3 [WIP] (#6144) 2016-05-23 13:58:31 +02:00
sanity fix test lint 2019-10-08 20:45:38 +02:00
.eslintrc.js fix eslint 2019-10-13 19:05:11 +02:00
mocha.opts fix path (again) 2019-10-15 15:57:09 +02:00
README.md changed wikia links to fandom 2019-01-24 11:21:52 +00:00

For information about writing and running tests, see Using Your Local Install to Modify Habitica's Website and API.