mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Ported reset. Added unit tests. Added reset route. Added integration tests
This commit is contained in:
@@ -120,6 +120,7 @@ import clearPMs from './ops/clearPMs';
|
||||
import deletePM from './ops/deletePM';
|
||||
import reroll from './ops/reroll';
|
||||
import addPushDevice from './ops/addPushDevice';
|
||||
import reset from './ops/reset';
|
||||
|
||||
api.ops = {
|
||||
scoreTask,
|
||||
@@ -156,6 +157,7 @@ api.ops = {
|
||||
deletePM,
|
||||
reroll,
|
||||
addPushDevice,
|
||||
reset,
|
||||
};
|
||||
|
||||
import handleTwoHanded from './fns/handleTwoHanded';
|
||||
|
||||
Reference in New Issue
Block a user