Ported revive. Added unit tests. Add revive route. Added integration tests

This commit is contained in:
Keith Holliday
2016-04-06 15:56:41 -05:00
parent a72c6c782d
commit 621bf9609e
7 changed files with 227 additions and 41 deletions

View File

@@ -122,6 +122,7 @@ import releasePets from './ops/releasePets';
import releaseBoth from './ops/releaseBoth';
import releaseMounts from './ops/releaseMounts';
import sell from './ops/sell';
import revive from './ops/revive';
api.ops = {
scoreTask,
@@ -145,6 +146,7 @@ api.ops = {
releaseBoth,
releaseMounts,
sell,
revive,
};
import handleTwoHanded from './fns/handleTwoHanded';