Ported release both, added unit tests, add release both route with integration tests

This commit is contained in:
Keith Holliday
2016-04-03 14:43:16 -05:00
parent d133fc08f2
commit c916c74775
6 changed files with 224 additions and 40 deletions

View File

@@ -118,6 +118,7 @@ import purchase from './ops/purchase';
import purchaseHourglass from './ops/hourglassPurchase';
import readCard from './ops/readCard';
import openMysteryItem from './ops/openMysteryItem';
import releaseBoth from './ops/releaseBoth';
api.ops = {
scoreTask,
@@ -137,6 +138,7 @@ api.ops = {
purchaseHourglass,
readCard,
openMysteryItem,
releaseBoth,
};
import handleTwoHanded from './fns/handleTwoHanded';