Ported unlock. Add unit tests. Create unlock route. Add integration tests

This commit is contained in:
Keith Holliday
2016-04-06 15:53:32 -05:00
parent a72c6c782d
commit 2bd710a882
7 changed files with 214 additions and 47 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 unlock from './ops/unlock';
api.ops = {
scoreTask,
@@ -145,6 +146,7 @@ api.ops = {
releaseBoth,
releaseMounts,
sell,
unlock,
};
import handleTwoHanded from './fns/handleTwoHanded';