Ported reset. Added unit tests. Added reset route. Added integration tests

This commit is contained in:
Keith Holliday
2016-04-12 11:16:54 -05:00
parent 40c9366a47
commit 3970064fe5
10 changed files with 233 additions and 31 deletions

View File

@@ -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';