habitica/test/api/unit/models
tsukimi2 a388abc124
Added code to update user tag list along with the existing code that already involves updating the user documents of challenge members (#12312)
* Piggybacking the updating of user tag list.

When a new task is being added to a challenge, added code to update user tag list along with the existing code that already involves syncing / updating the user documents of challenge members.

* Update comment on number of simulatenaeous users to be updated concurrently in TaskQueue.

* Added comment to explain previous commit caaca469f8 (Update comment on number of simulateneous users to be updated concurrently in TaskQueue)

* Added unit tests for testing commit caaca469f8 (Update comment on number of simulateneous users to be updated concurrently in TaskQueue)

* Removed unused lines from newly added test cases

* Implemented lint suggestions

* Update code with changes requested in PR
2020-07-03 21:55:59 +02:00
..
challenge.test.js Added code to update user tag list along with the existing code that already involves updating the user documents of challenge members (#12312) 2020-07-03 21:55:59 +02:00
group.test.js chore: update sub-deps and fix lint 2020-07-01 18:20:18 +02:00
group_tasks.test.js fix test lint 2019-10-08 20:45:38 +02:00
message.test.js tests(message model): add unit tests 2020-03-04 17:51:14 +01:00
pushDevice.test.js add final tests for push devices and notifications 2020-03-01 22:10:11 +01:00
tag.test.js fix tags 2020-03-01 22:21:53 +01:00
task.test.js fix test lint 2019-10-08 20:45:38 +02:00
user.test.js chore: update sub-deps and fix lint 2020-07-01 18:20:18 +02:00
userNotification.test.js add final tests for push devices and notifications 2020-03-01 22:10:11 +01:00
webhook.test.js chore: update sub-deps and fix lint 2020-07-01 18:20:18 +02:00