Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. 1) reducer SELECT_MISSION handles SELECT_MISSION:
  2. TypeError: undefined is not a function
  3. at isValidMission (core.js:112:38)
  4. at selectMission (core.js:72:9)
  5. at reducer (reducer.js:12:11)
  6. at Context.<anonymous> (reducer_spec.js:72:22)
  7.  
  8. 2) reducer SELECT_MISSION only allows the correct number of players on the mission:
  9. TypeError: undefined is not a function
  10. at isValidMission (core.js:112:38)
  11. at selectMission (core.js:72:9)
  12. at reducer (reducer.js:12:11)
  13. at Context.<anonymous> (reducer_spec.js:97:22)
  14.  
  15. 3) reducer RECORD_MISSION_ACTION handles RECORD_MISSION_ACTION bad vote:
  16. TypeError: Cannot read property 'missionAction' of undefined
  17. at reducer (reducer.js:18:38)
  18. at Context.<anonymous> (reducer_spec.js:237:21)
  19.  
  20. 4) reducer RECORD_ASSASSIN_ACTION handles correct choice:
  21. TypeError: Cannot read property 'choice' of undefined
  22. at reducer (reducer.js:22:33)
  23. at Context.<anonymous> (reducer_spec.js:255:22)
  24.  
  25. 5) reducer RECORD_ASSASSIN_ACTION handles incorrect choice:
  26. TypeError: Cannot read property 'choice' of undefined
  27. at reducer (reducer.js:22:33)
  28. at Context.<anonymous> (reducer_spec.js:267:22)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement