mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix bug in Rebirth test, add new tests, adjust apidocs (#7293)
This commit is contained in:
@@ -31,6 +31,7 @@ describe('POST /user/rebirth', () => {
|
||||
let daily = await generateDaily({
|
||||
text: 'test habit',
|
||||
type: 'daily',
|
||||
value: 1,
|
||||
streak: 1,
|
||||
userId: user._id,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user