* Refactor hasClass check to common so it can be used in shared & server-side code * Check that user has selected class before allocating stat points
* Update getClass() for users who have not yet selected a class * Added tests for members.getClass() * fix linter errors * Update test * Update import in test to point to correct module * use hasClass() getter where appropriate * Fix linter error