Ported release pets, added unit tests, added route with integration tests

This commit is contained in:
Keith Holliday
2016-04-03 14:37:20 -05:00
parent d133fc08f2
commit 487a26ec43
6 changed files with 156 additions and 26 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 releasePets from './ops/releasePets';
api.ops = {
scoreTask,
@@ -137,6 +138,7 @@ api.ops = {
purchaseHourglass,
readCard,
openMysteryItem,
releasePets,
};
import handleTwoHanded from './fns/handleTwoHanded';