Testing - Lolispo/pkmn_auto_chess GitHub Wiki

For ease of testing, devMode for backend and frontend are available

For frontend devMode:

  1. Go to app/src/reducer.js

  2. At the top, change devMode to true

For backend debugMode:

  1. Go to src/game_constants.js

  2. At the top, change exports.debugMode to true